/*
Theme Name: Frontier theme
Theme URI: http://www.frontier4u.jp/
Description: 会社公式テーマ
Version: 1.0
Author: Katsushi Satoh
Author URI: http://www.frontier4u.jp/
*/

@charset "UTF-8";

/*YUI-Library*/

@import url("reset.css");
@import url("reset-fonts.css");
@import url("fonts.css");

/*Parts CSS*/
@import url("footer.css");
@import url("whatsnew.css");
@import url("sidebar.css");
@import url("post_service.css");
@import url("post_news.css");
@import url("navigation.css");

/* CSS Document */

a{
	outline:none;
}

*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	margin:0;padding:0;
}

.clear{
	clear:both;
}

#container{
	width:100%;
	margin:0 auto;
}


/*header*/

#header{
	width:900px;
	height:70px;
	margin:0 auto;
	position:relative;
}

#logo{
	width:300px;
	height:50px;
	position:absolute;
	top:10px;
	left:0px;
	background:url(image/logo.jpg) top left no-repeat;
	display:block;
    text-indent: -9999em;
}

#logo:hover{
	background:url(image/logo_on.jpg) top left no-repeat;
}

#sub_menu{
	position:absolute;
	top:15px;
	right:0px;
}

#sub_menu ul li{
	height:12px;
	font-size:12px;
	line-height:12px;
	padding-left:15px;
	background:url(image/arrow.gif) top left no-repeat;
	float:left;
	margin-left:10px;
}

#sub_menu ul li a{
	color:#2F6AA0;
	text-decoration:underline;
}

#sub_menu ul li a:hover{
	color:#81C2F2;
	text-decoration:underline;
}

#header #search{
	width:290px;
	position:absolute;
	top:30px;
	right:0px;
}

#header #search label{
	display:none;
}

#header #search #search_area{
	width:220px;
	height:20px;
	position:absolute;
	top:5px;
	left:0px;
}

#header #search #submit{
	width:60px;
	height:25px;
	background:#2F6AA0;
	color: #fff;
	border:1px solid #2F6AA0;
	cursor: pointer;
	position:absolute;
	top:5px;
	right:0px;
	text-align:center;
}

#header #search #submit:hover{
	background:#53A9EA;
}

#header #head_contact{
	width:370px;
	height:70px;
	position:absolute;
	top:0px;
	right:0px;
}





/*Global Navigation*/

#navigation{
	width:100%;
	height:50px;
	margin:0 auto;
	background:url(image/n_bg.jpg) top left repeat-x;
}

#navigation #g_navi{
	width:900px;
	height:48px;
	margin:0 auto;
	border-top:#333 1px solid;
	border-left:#333 1px solid;
	border-right:#aaa 1px solid;
}


#navigation ul li{
	width:150px;
	height:48px;
	margin:0px;
	float:left;
	text-align:center;
	overflow:hidden;
}

#navigation ul li a{
	width:148px;
	height:48px;
	color:#fff;
	font-size:16px;
	line-height:50px;
	text-shadow:0px 0px 3px #333;
	display:block;
	border-left:#aaa 1px solid;
	border-right:#333 1px solid;
}

#navigation ul li a:hover{
	background:url(image/n_bg_on.jpg) top left repeat-x;
}


/*main*/

#main_header{
	width:900px;
	height:224px;
	margin:20px auto 0px;
	background:url(image/top.jpg) top left no-repeat;
	border:1px solid #333;
}

#main_header h1{
	margin:20px 0px 0px 15px;
	font-size:30px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#039;
}

#main_header p{
	margin:5px 0px 0px 15px;
	font-size:14px;
	line-height:18px;
	color:#666;
}

#main_header p.small{
	width:231px;
	margin:5px 0px 0px 15px;
	font-size:12px;
	line-height:15px;
	text-align:center;
}

#main_header p.small a{
	color:#039;
}

/*main_navigation*/

#main_navigation{
	width:900px;
	height:40px;
	margin:0 auto;
	background:url(image/m_bg.jpg) top left repeat-x;
	border:#0F2342 1px solid;
	border-top:none;
}

#main_navigation ul li{
	width:225px;
	height:40px;
	margin:0px;
	float:left;
	text-align:center;
}

#main_navigation ul li a{
	width:225px;
	height:40px;
	color:#fff;
	font-size:15px;
	line-height:40px;
	text-shadow:0px 0px 3px #333;
	display:block;
}

#main_navigation ul li+li{
	width:224px;
	border-left:#353478 1px solid;
}

#main_navigation ul li+li a{
	width:223px;
	border-left:#646498 1px solid;

}

#main_navigation ul li a:hover{
	background:url(image/m_bg_on.jpg) top left repeat-x;
}

#main{
	width:900px;
	margin:40px auto 0px;
}

/*main contents*/

#contents{
	width:650px;
	margin:0px;
	float:left;
}

/*post*/

.post{
	width:600px;
	margin-bottom:40px;
	border-bottom:1px dashed #666;
	padding-bottom:20px;
}


.clear{
	clear:both;
}

.post h1{
	width:600px;
	min-height:18px;
	font-size:18px;
	line-height:18px;
	margin-bottom:5px;
}

.post h1 a{
	color:#333;
}

.post h1 a:hover{
	color:#3F30C8;
}

.post h2{
	margin-bottom:10px;
	font-size:16px;
	padding-left:21px;
	color:#666;
	font-weight:bold;
	line-height:20px;
	background:url(image/heading02.png) top left no-repeat;
}

.post h3{
	width:600px;
	margin-bottom:10px;
	font-size:15px;
	color:#333;
	font-weight:bold;
	line-height:28px;
}

.post h4{
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:28px;
}

.post h5{
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:28px;
}

.post h6{
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:28px;
}

.time{
	width:590px;
	height:15px;
	margin-bottom:15px;
	background:#000;
	color:#fff;
	padding:4px 0px 2px 10px;
	background:#31509A;
	font-size:12px;
	line-height:15px;
}

.post .img{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
	float:left;
	margin:0px 20px 20px 0px;
}

.post p{
	margin-bottom:20px;
	font-size:12px;
	line-height:20px;
	color:#333;
}
.post p a{
	color:#06F;
	text-decoration:underline;
}

.post p a:hover{
	color:#999;
}

.post p strong{
	font-weight:bold;
}

.post p em{
	font-style:oblique
}

.post ul, .post ol{
	margin-bottom:30px;
}

.post ul li{
	font-size:14px;
	line-height:18px;
	color:#555;
	list-style-type:circle;
    margin: 10px 0 5px 20px;
}

.post ol li{
	color: #555555;
    font-size: 14px;
    line-height: 18px;
    list-style-type: decimal;
    margin: 10px 0 5px 20px;
}

.comoji li{
	font-size:12px !important;
}

.post ol li ul{
	margin:0px 0px 10px 30px !important;
}

.post ol li ul li{
	font-size:12px;
	line-height:14px;
	color:#555;
	list-style:circle;
	margin:10px 0px 15px;
}

.post ol li ul li ul{
	margin:0px 0px 10px 30px !important;
}

.post ol li ul li ul li{
	font-size:12px;
	line-height:14px;
	margin-bottom:15px;
	color:#555;
	list-style:square;
	margin:10px 0px 15px;
}

.post blockquote{
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 5px solid #DDDDDD;
    font-style: italic;
	font-size:13px;
	line-height:22px;
    margin:40px auto 20px;
	color:#333;
    padding: 10px;
}

.post blockquote a{
	color:#06C;
	text-decoration:underline;
}

.post blockquote a:hover{
	text-decoration:none;
}

.post blockquote cite{
	display: block;
	padding-right:20px;
	text-align:right;
	font-size:12px;
	font-style:nomal !important;
}


span.wpcf7-list-item{
	display:block;
	margin:0px 0px 10px 0px;
}

.business_dl{
	margin:20px 0px 20px 20px;
}

.business_dl dt{
	font-size:14px;
	color:#36C;
	margin:0px 0px 5px 0px;
}

.business_dl dd{
	font-size:12px;
	line-height:20px;
	color:#666;
	margin:0px 0px 30px 20px;
}

.company_dl{
	margin:20px 0px 20px 20px;
}

.company_dl dt{
	clear:left;
	float:left;
	margin:0px 10px 25px 0px;
	font-size:12px;
	line-height:12px;
	color:#000;
	font-weight:bold;
	width: 8.5em;
}

.company_dl a{
	color:#666;
}

.company_dl dd{
	font-size:12px;
	line-height:12px;
	color:#333;
	margin:0px 0px 25px 0px;
}
.company_dl dd ul{
	margin:0px !important;
	display: inline-block;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
}

.company_dl dd ul li{
	font-size:12px;
	line-height:12px;
	color:#333;
	list-style-type:none;
	margin:0px 0px 10px 0px !important;
}

.post p .more-link{
	font-size:12px;
	padding:5px 10px 3px;
	margin-left:490px;
	background:#666;
	display:block;
	color:#fff !important;
	text-decoration:none !important;
	text-align:center;
}

.post p .more-link:hover{
	background:#06C;
}


.nav-below{
	width:600px;
}

.nav-below span a{
	width:8em;
	text-align:center;
	height:20px;
	line-height:20px;
	font-size:14px;
	padding:2px;
	color:#fff;
	background:#039;
	background: -moz-linear-gradient(top,#06C,#024);
	background: -webkit-gradient(linear, left top, left bottom, from(#06C), to(#024));
	border:1px solid #333;
	display:block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	
}

.nav-below span a:hover{
	opacity:0.5;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nav-next a{
	float:left;
	margin-left:10px;
}

.nav-previous a{
	float:right;
	margin-right:10px;
}


/*category-post*/

.post2{
	width:300px;
	margin:0px 20px 40px 0px;
	float:left;
}

.post2 h1{
	width:300px;
	min-height:14px;
	font-size:14px;
	line-height:14px;
	padding-bottom:5px;
	border-bottom:1px dashed #999;
}

.post2 h1 a{
	color:#999;
}

.post2 h1 a:hover{
	color:#333;
}

.post2 .eye-catch{
	width:240px;
	height:100px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 3px;
	margin:10px auto;
}
.post2 .eye-catch a:hover{
	opacity:0.5;
}

.post2 h2{
	width:250px;
	min-height:13px;
	font-size:13px;
	line-height:13px;
	margin:10px auto;
}

.post2 h2 a{
	color:#36F;
	background:url(image/more-arrow.gif) top left no-repeat;
	padding-left:15px;
}

.post2 h2 a:hover{
	color:#7DC0FF;
	background:url(image/more-arrow_hover.gif) top left no-repeat;
}



/*Privacy*/

.post_pri{
	width:250px;
	margin:10px;
}

.post_pri h2{
	min-height:13px;
	font-size:13px;
	line-height:20px;
	height:20px;
}

.post_pri h2 a{
	color:#36F;
	background:url(image/more-arrow.gif) top left no-repeat;
	padding-left:15px;
}

.post_pri h2 a:hover{
	color:#7DC0FF;
	background:url(image/more-arrow_hover.gif) top left no-repeat;
}


/*contact_form*/

.wpcf7-textarea{
	width:600px;
	height:180px;
}

.btn2{
	width:400px;
	height:80px;
	margin:15px auto;
	border:1px solid #1e5799;
}

.btn2 a{
	width:398px;
	height:58px;
	display:block;
	margin:0;
	padding:10px 0;
	border:1px solid #FFF;
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	font-size:16px;
	line-height:58px;
	text-align:center;
	color:#FFF;
	text-shadow:0px 0px 3px rgba(0,100,230,0.9);
}

.btn2 a:hover{
	background: #b8e1fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8e1fc), color-stop(10%,#a9d2f3), color-stop(25%,#90bae4), color-stop(37%,#90bcea), color-stop(50%,#90bff0), color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 ); /* IE6-9 */
}