@charset "UTF-8";

/********************************
DEFAULT
*********************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}

img,iframe {
	vertical-align:middle;
	border:0px;
}

img{
	line-height:0;
	font-size:0;
}

table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}

button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

select{
	padding:2px;
}

input, select {
	font-size: 79%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
	font-size: 99%;
}

input {
	vertical-align:middle;
}

label {
	padding:0 0 0 2px;
}

hr {
	display:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

.clear {
	clear:both;
}


a,
a:link {
	color:#00abdc;
	text-decoration:underline;
}

a:visited {
/*	color:#941D55;*/
}


a:hover,
a:active {
	color:#00abdc;
	text-decoration:none;
}



.m_b0 {
	margin-bottom:0px !important;
}

.m_b1 {
	margin-bottom:1px !important;
}

.m_b2 {
	margin-bottom:2px !important;
}

.m_b3 {
	margin-bottom:2px !important;
}

.m_b5 {
	margin-bottom:5px !important;
}

.m_b7 {
	margin-bottom:7px !important;
}

.m_b8 {
	margin-bottom:8px !important;
}

.m_b10 {
	margin-bottom:10px !important;
}

.m_b11 {
	margin-bottom:11px !important;
}

.m_b12 {
	margin-bottom:12px !important;
}

.m_b13 {
	margin-bottom:13px !important;
}

.m_b15 {
	margin-bottom:15px !important;
}

.m_b20 {
	margin-bottom:20px !important;
}

.m_b25 {
	margin-bottom:25px !important;
}

.m_b30 {
	margin-bottom:30px !important;
}

.m_b35 {
	margin-bottom:35px!important;
}

.m_b40 {
	margin-bottom:40px !important;
}

.m_b45 {
	margin-bottom:45px !important;
}

.m_b50 {
	margin-bottom:50px !important;
}

.m_b55 {
	margin-bottom:55px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}

.m_t30 {
	margin-top:30px !important;
}
.m_r0 {
	margin-right:0 !important;
}

.p_b0 {
	padding-bottom:0 !important;
}
.p_b10 {
	padding-bottom:10px !important;
}

.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	color:#000;
	font-size:12px;
	text-align:left;
    min-height:100%;
    height:auto !important;
    position:relative;
	-webkit-text-size-adjust: none;
	line-height:1.7em;
	min-width:980px;
	background: #ffffff;
}

/*************
Header 
***************/
header{
	border-bottom:2px solid #e2e2e2;
	background:#ffffff
}

header .header{
	width:980px;
	margin:0 auto;
	padding:10px 0;
}

header .header .logo{
	float:left;
	width:100px;
	padding:0 0 0 15px;
}

header .header .headin{
	float:right;
	padding:10px 0 0 0;
}

header .header .headin .topbox{
	margin:0 0 20px 0;
}

header .header .headin .topbox .topin{
	float:left;
	width:428px;
}

header .header .headin .topbox .topin h1{
	font-weight:bold;
	line-height:1;
	margin:0 0 8px 0;
}

header .header .headin .topbox .gk{
	float:right;
	padding:0 0 0 30px;
}

header .header .headin .topbox .telbox{
	float:right;
}

header .header .headin .topbox .telbox .txbx{
	padding:10px 0 0 0;
}

header .header .headin .topbox .telbox .txt{
	float:left;
	font-size:10px;
	line-height:1;
}

header .header .headin .topbox .telbox .txt:last-child{
	float:right;
}

header .header .headin .navbox nav ul{
	width:840px;
}

header .header .headin .navbox nav ul li{
	float:left;
	width:140px;
	height:38px;
	line-height:1;
	text-align: center;
}

header .header .headin .navbox nav ul li a{
	display:block;
	font-weight:bold;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-left:1px solid #00abdc;
	height:38px;
	color:#000000;
	text-decoration:none;
}

header .header .headin .navbox nav ul li.on a{
	color:#ffffff;
	background:#00abdc;
}

header .header .headin .navbox nav ul li:hover a{
	color:#ffffff;
	background:#00abdc;
}

header .header .headin .navbox nav ul li a p{
	display:table;
	width:100%;
	height:100%;
}

header .header .headin .navbox nav ul li a p span{
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header .sp_header{
	display:none;
}

/*************
Footer
***************/
footer{
	padding:15px 0 50px 0;
}

footer .footer{
	width:980px;
	margin:0 auto;
}

footer .footer .footin{
	float: left;
}

footer .footer .footin ul{
	margin:0 0 15px 0;
}

footer .footer .footin ul li{
	float: left;
	line-height:1;
	padding:0 20px 0 0;
}

footer .footer .footin ul li a{
	color:#000000;
}

footer .footer .footin address{
	font-style:normal;
	font-size:10px;
	line-height:1;
}

footer .footer .footin .sp_logo{
	display:none;
}

footer .footer .logo{
	float: right;
}

.com_sp_pagetop{
	display:none;
}

/*************
Contents
***************/
/*com_ctbox*/
.com_ctbox{
	width:875px;
	margin:0 auto;
}

/*com_ct2box*/
.com_ct2box{
	width:915px;
	margin:0 auto;
}

/*com_btn*/
.com_btn {
	width:470px;
	border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align: center;
	margin:0 auto;
}

.com_btn.dbl {
	background:#008bb3;
}
.com_btn.bl {
	background:#00abdc;
}
.com_btn.cv {
	width:425px;
	border-radius:15px;
	-ms-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background:#ff6600;
}

.com_btn a{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:15px 0;
}

.com_btn.cv a{
	padding:20px 0;
}

.com_btn a span{
	padding:0 0 0 32px;
	background:url(../../images/dec_arw_wh.png) no-repeat 0 50%;
}

.com_btn.cv a span{
	padding:4px 0 3px 51px;
	background:url(../../images/icn_mail.png) no-repeat 0 50%;
}

/*com_ttlbox*/
.com_ttlbox{
	background:#00abdc;
	padding:30px 0;
}

.com_ttlbox .ttlbox{
	width:980px;
	margin:0 auto;
}

.com_ttlbox .ttlbox h1{
	font-size:27px;
	line-height:1;
	color:#ffffff;
}

/*com_pnkzbox*/
.com_pnkzbox{
	background:#efefef;
	padding:10px 0;
}

.com_pnkzbox ul{
	width:980px;
	margin:0 auto;
}

.com_pnkzbox ul li{
	float:left;
	font-size:12px;
	margin:0 0 0 5px;
	padding:0 5px 0 0;
	line-height:1.2;
}

.com_pnkzbox ul li:first-child{
	margin-left:0;
}

.com_pnkzbox ul li a{
	text-decoration:none;
}

.com_pnkzbox ul li a:hover{
	text-decoration:underline;
}

/*com_freebox*/
.com_freebox{
	padding:45px 0;
}

.com_freebox .freein{
	display:table;
	letter-spacing:-.40em;
}

.com_freebox .freein .logo{
	display:table-cell;
	letter-spacing:normal;
	vertical-align:middle;
	text-align: left;
	width:155px;
}

.com_freebox .freein .logo.com_sp{
	display:none !important;
}

.com_freebox .freein .txtbox{
	display:table-cell;
	letter-spacing:normal;
	vertical-align:middle;
	text-align: left;
	padding: 0 0 0 55px;
}

.com_freebox .freein .txtbox .ttl{
	font-size:14px;
	line-height:1;
	color:#6d6d6d;
	font-weight:bold;
	margin:0 0 10px 0;
}

.com_freebox .freein .txtbox .ttl a{
	color:#6d6d6d;
}

.com_freebox .freein .txtbox .txt{
	font-size:13px;
	line-height:2;
	color:#6d6d6d;
}

.com_freebox .freein .txtbox .txt a{
	color:#6d6d6d;
}

/*com_clr_bl*/
.com_clr_bl{
	color:#00abdc;
}
/*com_cvbox*/
.com_cvbox {
	background:#00abdc;
	padding:25px 0 50px 0;
}

.com_cvbox .cvbox .ttl{
	line-height:1;
	font-weight:bold;
	color:#ffffff;
	font-size:30px;
	margin:0 0 25px 0;
	text-align: center;
}

.com_cvbox .cvbox .txt{
	font-weight:bold;
	color:#ffffff;
	font-size:16px;
	margin:0 0 30px 0;
	text-align: center;
	line-height:1.8;
}

.com_cvbox .cvbox .cvin{
	width:840px;
	margin:0 auto
}

.com_cvbox .cvbox .cvin .telbox{
	float:left;
	width:354px;
}

.com_cvbox .cvbox .cvin .telbox .tel{
	margin:0 0 10px 0;
}

.com_cvbox .cvbox .cvin .telbox .tx{
	color:#ffffff;
	line-height:1;
	font-size:15px;
	font-weight:bold;
	float:left;
}

.com_cvbox .cvbox .cvin .telbox .tx:last-child{
	float: right;
}
/*
.com_cvbox .cvbox .cvin .com_btn{
	float:right;
}
*/
/*com_linksbox*/
.com_linksbox{
	padding:30px 0;
}

.com_linksbox li{
	margin:0 auto 30px auto;
}

.com_linksbox li:last-child{
	margin:0 auto 0 auto;
}

/*com_hver*/
.com_hver:hover img {
	opacity:0.7;
}

/*layout*/

.com_pc {
	display:block;
}
.com_sp {
	display:none;
}
