@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

#wrapper1{
margin:auto;
max-width:1170px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #0872CB;
	text-decoration: none;
}

a:visited {
	color: #0872CB;
	text-decoration: none;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:active {
	color: #444;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #777;
	font-size: 11px;
	line-height: 1.5;
	background-color: #F9F9F9;
	-webkit-text-size-adjust: none;
}

#container {
	margin: 0 auto;
	max-width: 960px;
	text-align: left;
}

#main {
	padding: 37px 35px 128px;
	border: 1px solid #D9D6D6;
	background-color: #fff;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#innerWrap {
	margin: 0 auto;
	max-width: 960px;
	text-align: left;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: -1px;
}

#gHeader .hBox {
	padding: 16px 0 18px;
}

#gHeader .hBox h1 {
	padding-left: 6px;
	float: left;
}

#gHeader .hBox .rBox {
	float: right;
	padding-top: 15px;
	width: 309px;
}

#gHeader .hBox .rBox .contact {
	float: left;
	padding: 2px 0 1px;
	width: 160px;
	color: #fff;
	text-align: center;
	background-color: #0872CB;
	border-radius: 10px;
}

#gHeader .hBox .rBox .tel {
	float: right;
	width: 140px;
	color: #0872CB;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1.2;
	word-break: break-all;
}

#gHeader .hBox .spMenu {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: relative;
	border: 1px solid #D9D6D6;
	background-color: #0872CB;
}

#gNavi .menu {
	width: 520px;
	float: left;
}

#gNavi .menu li {
	padding-right: 2px;
	width: 100px;
	float: left;
	position: relative;
	font-size: 13px;
	text-align: center;
	border-left: 1px solid #3f8ccd;
    border-right: 1px solid #0060b0;
}
#gNavi .menu li:last-child {
    border-right: none;
	background: url(../../img/common/g_navi_bg.gif) repeat-y right top;
}

#gNavi .menu li a {
	padding: 15px 5px 13px;
	display: block;
	color: #fff;
}

#gNavi .menu li a:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 0;
}

#gNavi .menu li:hover a:before{
	width: 100%;
}

#gNavi .menu li a:hover {
	text-decoration: none;
}

#gNavi .language {
	padding-top: 14px;
	float: right;
	width: 161px;
}

#gNavi .language li {
	padding-left: 16px;
	float: left;
	font-size: 13px;
}

#gNavi .language li a {
	padding-left: 10px;
	color: #fff;
	text-decoration: underline;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	background: url(../../img/common/icon01.gif) no-repeat left 6px;
}

#gNavi .language li a:hover {
	color: #919191;
	text-decoration: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	max-width: 611px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 246px;
	float: right;
}

#sideBar .sTitle {
	margin-bottom: 24px;
	padding: 9px 18px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #0872CB;
}

#sideBar .sNavi li {
	padding-bottom: 17px;
}

#sideBar .sNavi li a {
	color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sideBar .sNavi li a:hover {
	color: #0872CB;
}
#sideBar .sNavi02 li {
	padding-bottom: 17px;
}
#sideBar .sNavi02 li.ttl01 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

#sideBar .sNavi02 li a {
	color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sideBar .sNavi02 li a:hover {
	color: #0872CB;
}


#sideBar .more {
	text-align: right;
}

#sideBar .more a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#submit-contact {
	background-color: #0872CB;
	color: #fff;
	font-size: 14px;
	border: none;
	padding: 12px 15px;
	margin: 0;
	cursor: pointer;
}
#submit-contact:hover {
	background-color: #262626;
}

#gFooter {
	padding: 27px 0 25px;
	clear: both;
	overflow: hidden;
	background-color: #262626;
}

#gFooter .fBox .title {
	margin-bottom: 20px;
	color: #c8c8c8;
	font-size: 14px;
	font-weight: bold;
}

#gFooter .fBox .service {
	float: left;
	padding-left: 3%;
	width: 22%;
	max-width: 210px;
}

#gFooter .fBox .service li {
	padding-bottom: 6px;
	font-size: 12px;
}

#gFooter .fBox .service li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #c8c8c8;
	text-decoration: underline;
}

#gFooter .fBox .service li a:hover {
	color: #0872CB;
	text-decoration: none;
}

#gFooter .fBox .twitter {
	float: left;
	padding-left: 1%;
	width: 50%;
	max-width: 484px;	
}
#gFooter .fBox .twitter li {
	margin: 0 8% 10px 0;
	padding: 0 0 10px 46px;
	width: 90%;
	max-width: 430px;
	float: left;
	color: #c8c8c8;
	font-size: 12px;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
	background: url(../../img/common/icon02.gif) no-repeat 6px 4px;
	border-bottom: 1px solid #383838;
	min-height: 100px;
}
/*
#gFooter .fBox .twitter li:nth-child(3),
*/
#gFooter .fBox .twitter li:nth-child(4),
#gFooter .fBox .twitter .liStyle {
	border-bottom: none;
}

#gFooter .fBox .twitter li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#gFooter .fBox .twitter li a:hover {
	color: #fff;
}

#gFooter .fBox .link {
	float: left;
	width: 20%;
	max-width: 193px;
}

#gFooter .fBox .link li {
	margin-bottom: 22px;
	font-size: 12px;
}

#gFooter .fBox .link li a {
	color: #c8c8c8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#gFooter .fBox .link li a:hover {
	color: #0872CB;
}

#gFooter .fNavi {
	margin-bottom: 18px;
	text-align: center;
	background-color: #333;
}

#gFooter .fNavi ul {
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
}

#gFooter .fNavi li {
	padding: 10px 18px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #393939;
}

#gFooter .fNavi li:first-child {
	border-left: 1px solid #393939;
}

#gFooter .fNavi li a {
	color: #919191;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#gFooter .fNavi li a:hover {
	color: #0872CB;
}

#gFooter .txt {
	margin-bottom: 3px;
	color: #505050;
	font-size: 13px;
	text-align: center;
}

#gFooter .copyright {
	color: #505050;
	font-size: 10px;
	text-align: center;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	#main {
		margin: 0 2% 10px;
		padding: 10px 2%;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 2%;
	}
	
	#gHeader .hBox {
		padding: 0;
	}
	
	#gHeader .hBox h1 {
		padding: 4px 0 0 1px;
		width: 18.5%;
	}
	
	#gHeader .hBox h1 img {
		width: 100%;
	}
	
	#gHeader .hBox .rBox {
		padding-top: 2.5%;
		width: 154px;
		width: 68%;
	}
	
	#gHeader .hBox .rBox .contact {
		width: 60%;
		padding-top: 0;
		font-size: 10px;
	}
	
	#gHeader .hBox .rBox .tel {
		width: 39%;
		font-size: 12px;
		text-align: center;
		letter-spacing: -1.5px;
	}
	
	#gHeader .hBox .spMenu {
		display: block;
		float: right;
		padding-left: 4%;
		width: 8%;
	}
	
	#gHeader .spMenu img {
		width: 100%;
	}

	#gHeader .mobile {
		display: none;
		background: none repeat scroll 0 0 #FFFFFF;
		border-top: 3px solid #0088b3;
		box-shadow: 0 0 3px #888888;
		padding: 15px 20px 10px;
		position: absolute;
		right: 0;
		top: 60px;
		width: 70%;
		z-index: 99999;
	}
	
	#gHeader .mobile li {
		padding: 10px 0;
		font-size: 14px;
		border-top: 1px solid #eee;
	}
	
	#gHeader .mobile li:first-child {
		border-top: 0;
		padding-top: 0;
	}
	
	#gHeader .mobile li a {
		color: #555;
	    -webkit-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
   		-o-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
	}
	
	#gHeader .mobile li a:hover {
		color: #0088b2;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		display: none;
	}
	
	/*------------------------------------------------------------
		コンテンツ
	------------------------------------------------------------*/
	#conts {
		max-width: inherit;
		float: none;
	}
	
	/*------------------------------------------------------------
		サイドバー
	------------------------------------------------------------*/
	#sideBar {
		width: auto;
		float: none;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .fBox {
		padding: 0 5% 20px;
	}
	
	#gFooter .fBox .service {
		padding: 0 0 20px 0;
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .twitter {
		float: none;
		padding-left: 0;
		width: 66%;
	}
	
	#gFooter .fBox .twitter li {
		margin-right: 0;
		width: auto;
		float: none;
	}
	
	#gFooter .fBox .twitter .liStyle {
		border-bottom: 1px solid #383838;
	}
	
	#gFooter .fBox .twitter li:last-child {
		padding-bottom: 0;
	}
	
	#gFooter .fBox .link {
		width: auto;
		max-width: inherit;
		float: none;
	}
	
	#gFooter .fNavi ul {
		margin-bottom: -1px;
	}

}

@media all and (min-width: 737px) and (max-width: 768px)  {
	#gFooter .fNavi li {
		padding: 10px 15px;
	}
	
	/*------------------------------------------------------------
		コンテンツ
	------------------------------------------------------------*/
	#conts {
		max-width: inherit;
		float: none;
	}
	
	/*------------------------------------------------------------
		サイドバー
	------------------------------------------------------------*/
	#sideBar {
		width: auto;
		float: none;
	}
}

@media all and (min-width: 769px) and (max-width: 980px)  {
	#container {
		margin: 0 10px;
	}
	
	#gFooter .fNavi li {
		padding: 10px 15px;
	}
	
	/*------------------------------------------------------------
		コンテンツ
	------------------------------------------------------------*/
	#conts {
		max-width: inherit;
		float: none;
	}
	
	/*------------------------------------------------------------
		サイドバー
	------------------------------------------------------------*/
	#sideBar {
		width: auto;
		float: none;
	}
}