/*******************************************************************************
*  Name: style.css
*  Author: Yasushi Miyoshi
*  Web: http://www.zeqoo.jp/
********************************************************************************
*
*  MENU:
*        00. Import Lybraries
*        01. Frame
*        02. Common classes
*        03. Top page Elements
*        04. Page & Single & Taxonomy Elements
*        05. Wordpress Settings
*
********************************************************************************/


/********************************************************************
 00. Import Lybraries 
********************************************************************/

@import "reset.css";

/********************************************************************
 01. Frame
********************************************************************/
/*----- html ----- */
html {
    overflow:auto;
}


/*----- body ----- */
body{
	width:100%;
	position:relative;
	background:#ffffff;
	font-family:"Avenir","Open Sans","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
	font-size:14px;
	line-height:1.5em;
	color:#333333;
	margin:0;
	padding:0;
	overflow:hidden;
	word-break:break-all;
}

/*----- header ----- */
header{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	border-top:3px solid #333333;
	border-bottom:1px solid #dddddd;
}

div.header_inner{
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}

h1#logo a{
	position:relative;
	margin:0 auto;
	padding:0;
}

p#mail{
	position:absolute;
	right:0px;
	top:35px;
	margin:0;
	padding:0;
	z-index:1001;
}

p#mail a{
	position:relative;
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	padding:0 0 0 40px;
	background:#ff4526;
	font-size:14px;
	color:#ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-radius:4px;
}

p#mail a:hover{
	text-decoration:none;
}

p#mail a:before{
	position:absolute;
	top:16px;
	left:16px;
	content:"";
	width:14px;
	height:16px;
	background:url('../images/header_tel_ico.png');
	background-size:14px 16px;
	-moz-background-size:14px 16px;
	-webkit-background-size:14px 16px;
	-o-background-size:14px 16px;
	-ms-background-size:14px 16px;
}

/*----- nav ----- */
nav{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:20px 0 0;
	background:#ffffff;
}

nav.fixednav {
	position:fixed;
	left:0;
	top:-40px;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0;
	margin:0;
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.3);
	background:rgba(255,255,255,0.9);
	border-bottom:none;
	z-index:1000;
	text-align:center;
}

nav ul{
	padding:0px;
	margin:0 auto;
	clear:both;
	width:960px;
}

nav ul li{
	display:inline-block;
	list-style-type:none;
	margin:0 30px 0 0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

nav ul li:last-child{
	margin:0;
}

nav ul li a{
	display:block;
	vertical-align:middle;
	margin:0;
	padding:0;
	font-size:14px;
	color:#333333;
}

.center-image {
 	vertical-align:middle;
}

nav ul li a:hover{
	text-decoration:none;
	color:#ff4526;
}

nav ul li.current_page_item a{
	text-decoration:none;
	color:#ff4526;
}

nav ul li.current_page_parent a{
	text-decoration:none;
	color:#ff4526;
}

/*----- article ----- */
article{
	position:relative;
	width:width:100%;
	height:auto;
	margin:0;
	padding:0;
}

/*----- wrapper ----- */
section{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

section.page_section{
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

/*----- contents ----- */
div.contents{
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}

div.contents_page{
	position:relative;
	width:960px;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}

div.contents_single{
	position:relative;
	width:800px;
	height:auto;
	margin:0 auto;
	padding:0 0 60px;
}

div.contents_single img{
	padding:0;
	margin:20px auto;
	clear:both;
	display:block;
	width:800px !important;
}

/*----- crumbs ----- */
div.crumbs{
	width:800px;
	margin:0 auto;
	padding:0;
	height:40px;
	line-height:40px;
	font-size:10px;
	color:#888888;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

div.crumbs a,
div.crumbs a:hover{
	color:#888888;
}

/*----- footer ----- */
footer{
	position:relative;
	width:100%;
	background:#333333;
	color:#dadada;
}

div.footer-inner{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:15px 0;
	border-bottom:1px solid #000000;
	box-shadow:0 1px 1px #545454;
}

div.footer-inner-menu{
	position:relative;
	width:100%;
	margin:0 auto;
	padding:70px 0;
	border-bottom:1px solid #000000;
	box-shadow:0 1px 1px #545454;
}

div.footer-content{
	position:relative;
	text-align:left;
	width:960px;
	margin:0 auto;
	font-size:12px;
}
	
div.footer-content a{
	color:#dadada;
}

div.footer-content a:hover{
	color:#ffffff;
	text-decoration:none; 
}

div#footer-menu{
	float:right;
}

div#footer-menu a{
	color:#dadada;
}

div#footer-menu a:hover{
	color:#ffffff;
	text-decoration:underline; 
}

div#footer-menu ul{
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
}

div#footer-menu li{
	display:inline;
	list-style-type:none;
	margin:0;
	margin-right:3px;
	padding:0;
	padding-left:8px;
	border-left:1px solid #dadada;
}

div#footer-menu li.home{
	border-left:0;
	padding-left:0;
}

div.footer_sns{
	float:left;
	height:20px;
	margin:0;
	padding:0;
}

div.footer_tw{
	float:left; 
	margin:0; 
	padding:0; 
	display:inline; 
	width:100px;
	text-align:left;
	margin-left:3px;
}

div.footer_fb{ 
	float:left; 
	margin:0; 
	padding:0; 
	display:inline; 
	width:110px;
	text-align:left;
	margin-left:3px;
}

div#tw_box{
	position:relative;
	float:right;
	width:446px;
	height:46px;
	margin-top:40px;
	padding:0 85px 0 45px;
	background:#1f1f1f;
	border-radius:4px;
	box-shadow:inset 1px 1px 3px #000000, 0 1px 1px #505050;
}

ul.marquee {
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	height:45px;
	line-height:45px;
	position:relative;
	overflow:hidden;
}

ul.marquee li {
	position:absolute;
	top:-999em;
	left:0;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0px 0px;
}

ul.marquee li a {
	color:#999999;
}

p#tw_logo{
	position:absolute;
	top:14px;
	left:12px;
	z-index:10;
}

p#follow_me{
	position:absolute;
	top:9px;
	right:7px;
	z-index:10;
}

p#follow_me a{
	display:block;
	color:#999999;
	background:#333333;
	border:1px solid #000000;
	border-radius:3px;
	height:20px;
	line-height:20px;
	padding:3px 10px;
	font-size:10px;
}

p#follow_me a:hover{
	text-decoration:none;
}

div#copyright{
	clear:both;
	padding:15px 0;
	width:100%;
	text-align:center;
}

div#copyright small{
	font-size:12px;
	color:#6d6d6d;
}

#toTop {
	display:block;
	display:none;
	z-index:999; 
	opacity:.6;
	position:fixed;
	top: 100%;
	right:30px;
	width:54px;
	height:54px;
	margin-top:-150px;
	background:url('../images/gotop.png') no-repeat center center;
	background-size:54px 54px;
	-moz-background-size:54px 54px;
	-webkit-background-size:54px 54px;
	-o-background-size:54px 54px;
	-ms-background-size:54px 54px;
	text-align: center;
	text-decoration:none;
}


/********************************************************************
 02. Common classes
********************************************************************/
p.m40{
	margin:40px 0 0;
}

p.m40_auto{
	margin:40px auto;
}

img.img-rouded{
	border-radius:10px;
}

a.detail_btn{
	display:block;
	width:225px;
	height:58px;
	padding:0;
	margin:0 auto;
	line-height:58px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	border-radius:8px;
	background:#fd4326;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
    box-shadow: 0px 3px 0px #bb1b02;
}

a.detail_btn:active{
	text-decoration:none;
    box-shadow: 0px 1px 0px #bb1b02;
    position:relative;
    top:2px;
}

a.detail_btn2{
	display:block;
	width:225px;
	height:58px;
	padding:0;
	margin:0 auto;
	line-height:58px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	border-radius:8px;
	background:#666666;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
    box-shadow: 0px 3px 0px #000000;
}

a.detail_btn2:active{
	text-decoration:none;
    box-shadow: 0px 1px 0px #000000;
    position:relative;
    top:2px;
}

a.detail_btn3{
	display:block;
	width:400px;
	height:58px;
	padding:0;
	margin:0 auto;
	line-height:58px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	border-radius:8px;
	background:#666666;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
    box-shadow: 0px 3px 0px #000000;
}

a.detail_btn3:active{
	text-decoration:none;
    box-shadow: 0px 1px 0px #000000;
    position:relative;
    top:2px;
}

a.detail_btn4{
	position:relative;
	display:block;
	width:225px;
	height:58px;
	padding:0;
	margin:0 auto;
	line-height:58px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	border-radius:8px;
	background:#fd4326;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
    box-shadow: 0px 3px 0px #bb1b02;
}

a.detail_btn4:before{
	content:"";
	position:absolute;
	top:50%;
	left:30px;
	width:27px;
	height:30px;
	margin:-15px 0 0 0;
	background:url('../images/header_tel_ico.png');
	background-size:27px 30px;
	-moz-background-size:27px 30px;
	-webkit-background-size:27px 30px;
	-o-background-size:27px 30px;
	-ms-background-size:27px 30px;
}

a.detail_btn4:active{
	text-decoration:none;
    box-shadow: 0px 1px 0px #bb1b02;
    position:relative;
    top:2px;
}

a.detail_btn5{
	position:relative;
	display:block;
	width:225px;
	height:58px;
	padding:0;
	margin:0;
	line-height:58px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	border-radius:8px;
	background:#fd4326;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
    box-shadow: 0px 3px 0px #bb1b02;
}

a.detail_btn5:active{
	text-decoration:none;
    box-shadow: 0px 1px 0px #bb1b02;
    position:relative;
    top:2px;
}

blockquote{
	width:90%;
	margin:20px auto;
	padding:30px;
	background:#fafafa;
	line-height:1.5em;
	border:3px solid #dddddd;
	border-radius:6px;
}

blockquote.dashed_blockquote{
	width:90%;
	margin:40px auto 20px;
	padding:30px;
	background:#ffffff;
	line-height:1.5em;
	border:3px dashed #dddddd;
	border-radius:6px;
	text-align:center;
}

blockquote.dashed_blockquote2{
	width:90%;
	margin:40px auto 20px;
	padding:30px;
	background:#ffffff;
	line-height:1.5em;
	border:3px dashed #dddddd;
	border-radius:6px;
}

/********************************************************************
 03. Top page Elements
********************************************************************/
h2.top_h2{
	clear:both;
	width:auto;
	margin:0 auto 20px;
	line-height:1.5em;
	font-size:30px;
}

span.top_h2_jpn{
	margin-left:20px;
	font-size:18px;
	font-weight:nomal;
}

h3.top_h3{
	clear:both;
	width:auto;
	margin:0 auto 20px;
	line-height:1.5em;
	font-size:24px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
	font-weight:normal;
}

p.half_desc{
	width:440px;
}

p.pic_float{
	float:right;
}

p.pic_float2{
	float:right;
	margin-left:30px;
}

p.center_desc{
	width:700px;
	margin:60px auto;
}

/*----- main_visual ----- */
div#main_visual{
	position:relative;
	width:100%;
	height:480px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	background:#ffffff;
}

.lt-ie10 #main_visual{
	background:#ffffff url('../images/ajax-loader.gif') center center no-repeat;
}

div#carousel div {
	width:100%;
	height:100%;
	overflow:hidden;
	float:right;
}

p#catch{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-110px;
	margin-left:-480px;
	z-index:100;
	display:none;
}

.bar {
	font-size: 20px;
    width: 10em;
    height: 1em;
    position: relative;
    margin: 230px auto;
    border-radius: .5em;
    background: rgba(255,255,255,0.6);
    box-shadow: 
        0 0 0 .05em rgba(100,100,100,0.075),
        0 0 0 .25em rgba(0,0,0,0.1),
        inset 0 .1em .05em rgba(0,0,0,0.1),
        0 .05em rgba(255,255,255,0.7);
	z-index:4;
}

.lt-ie10 .bar{
	visibility:hidden;
}

.bar:after {
    content: "NOW LOADING...";
    position: absolute;
	width:100%;
    left:0;
    top:150%;
	text-align:center;
    font-size: 12px;
    color: #666666;
}

.bar .sphere {
    border-radius: 50%;
    width: 1em;
    height: 100%;
    background: -webkit-linear-gradient(#eee, #ddd);
    background: -moz-linear-gradient(#eee, #ddd);
    background: -ms-linear-gradient(#eee, #ddd);
    background: -o-linear-gradient(#eee, #ddd);
    background: linear-gradient(#eee, #ddd);
    box-shadow:
        inset 0 .15em .1em rgba(255,255,255,0.3),
        inset 0 -.1em .15em rgba(0,0,0,0.15),
        0 0 .25em rgba(0,0,0,0.3);
    display: block;
    -webkit-animation: slide 1.75s ease-in-out infinite alternate;
    -moz-animation: slide 1.75s ease-in-out infinite alternate;
    -ms-animation: slide 1.75s ease-in-out infinite alternate;
    -o-animation: slide 1.75s ease-in-out infinite alternate;
    animation: slide 1.75s ease-in-out infinite alternate;
}

@-webkit-keyframes slide {
    to { margin-left: 90%; }
}

@-moz-keyframes slide {
    to { margin-left: 90%; }
}

@-ms-keyframes slide {
    to { margin-left: 90%; }
}

@-o-keyframes slide {
    to { margin-left: 90%; }
}

@keyframes slide {
    to { margin-left: 90%; }
}

/*----- top_intro ----- */
section#top_intro{
	background:#ffffff;
	border-top:1px solid #dddddd;
}

h2#top_intro_h2{
	text-align:center;
}

h3.top_intro_h3{
	margin:20px auto 40px;
	padding:0;
	font-size:24px;
	font-weight:lighter;
	color:#fd4326;
}

div#top_intro_ico_wrap{
	position:relative;
	width:100%;
	display:table;
}

div.top_intro_ico{
	display:table-cell;
	width:50&;
	vertical-align:top;
	text-align:center;
	padding:0;
}

div.top_intro_ico:nth-of-type(2){
	border-left:1px dashed #dddddd;
}

p.top_intro_pic{
	position:relative;
	display:inline-block;
	width:250px;
	height:250px;
	border-radius:50%;
}

p.top_intro_point{
	width:330px;
	margin:0 auto;
	padding-left:24px;
	text-align:left;
	background:url('../images/bg_job_h4.png') left center no-repeat;
	background-size:18px 14px;
	-moz-background-size:18px 14px;
	-webkit-background-size:18px 14px;
	-o-background-size:18px 14px;
	-ms-background-size:18px 14px;
	font-size:16px;
}

/*----- top_hroyer ----- */
section#top_hroyer{
	border-top:1px solid #dddddd;
	background:#fafafa;
}

h2#top_hroyer_h2{
	display:inline-block;
}

/*----- top_compliance ----- */
section#top_compliance{
	background:url('../images/bg_top_compliance.png') center center no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	color:#ffffff;
}

h2#top_compliance_h2{
}

/*----- top_npo ----- */
section#top_npo{
	background:#fafafa;
}

h2#top_npo_h2{
	display:inline-block;
}

/*----- top_news ----- */
section#top_news{
	border-top:1px solid #dddddd;
}

h2#top_news_h2{
}

div.top_news_info{
	position:relative;
	width:960px;
	min-height:300px;
	padding:20px 0 0;
}

dl.top_news_list{
	padding:20px 10px;
	border-bottom:1px dashed #dddddd;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

dl.top_news_list:first-child{
	border-top:1px dashed #dddddd;
}

dl.top_news_list:hover{
	background:#f5f5f5;
}

dl.top_news_list dt{
	font-size:12px;
	color:#999999;
	margin-bottom:10px;
}

dl.top_news_list a,dl.top_news_list a:hover{
	color:#333333;
	text-decoration:none;
}

span.cat_icon{
	display:inline-block;
	width:80px;
	padding:0;
	color:#ffffff;
	margin-left:5px;
	border-radius:3px;
	text-align:center;
}

span.media_icon{
	border:1px solid #fd4326;
	background:#fd4326;
}

span.column_icon{
	border:1px solid #444444;
	background:#ffffff;
	color:#444444;
}

span.update_icon{
	border:1px solid #999999;
	background:#999999;
}

span.thesis_icon{
	border:1px solid #444444;
	background:#444444;
}

span.lecture_icon{
	border:1px solid #fd4326;
	background:#ffffff;
	color:#fd4326;
}

/*----- top_banner ----- */
section#top_banner{
	background:#fafafa;
	border-top:1px solid #dddddd;
}

div#content_top_bn{
	display:table;
	width:100%;
}

p.top_bn{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

/********************************************************************
 04. Page & Single & Taxonomy Elements
********************************************************************/

div.page_header{
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	height:200px;
	background:url('../images/bg_page_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	box-shadow:inset 1px 0 5px 0px rgba(0,0,0,0.3);
}

div#page_header_field{
	background:url('../images/bg_page_field_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_home-royer{
	background:url('../images/bg_page_home_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_advisory{
	background:url('../images/bg_page_advisory_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_flow{
	background:url('../images/bg_page_flow_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_profile{
	background:url('../images/bg_page_profile_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_activities{
	background:url('../images/bg_page_activities_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_contact{
	background:url('../images/bg_page_contact_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_link{
	background:url('../images/bg_page_link_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div#page_header_update-all{
	background:url('../images/bg_page_update_h2.jpg') no-repeat;
	background-position:center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

div.page_header_inner{
	position:relative;
	margin:0 auto;
	padding:0;
	width:960px;
	height:200px;
}

h2.page_h2{
	position:relative;
	display:table-cell;
	width:960px;
	height:200px;
	margin:0 auto;	
	vertical-align:middle;
	font-size:20px;
	font-weight:lighter;
	line-height:1em;
	color:#ffffff;
}

span.h2_eng{
	font-size:12px;
}

/*------------------------- Common parts ------------------------- */

h3.page_h3{
	position:relative;
	font-size:24px;
	font-weight:lighter;
	margin:80px 0 30px;
	line-height:1.5em;
	color:#ff4526;
}

h3.page_h3_top{
	position:relative;
	font-size:24px;
	font-weight:lighter;
	margin:0 0 30px;
	padding:0;
	line-height:1.5em;
	color:#ff6c60;
}

h4.page_h4{
	position:relative;
	font-size:16px;
	font-weight:bold;
	margin:40px 0 20px;
	padding-left:25px;
	line-height:1.2em;
}

h4.page_h4:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:18px;
	height:14px;
	margin:-7px 0 0 0;
	padding:0;
	background:url('../images/bg_td_left.png') left center no-repeat;
	background-size:18px 14px;
	-moz-background-size:18px 14px;
	-webkit-background-size:18px 14px;
	-o-background-size:18px 14px;
	-ms-background-size:18px 14px;
}

h5.page_h5{
	display:inline-block;
	margin:10px auto;
	padding:5px 20px;
	border:2px solid #ff4526;
	border-radius:4px;
	background:#ffffff;
	font-size:16px;
	font-weight:bold;
	color:#ff4526;
}

h6.page_h6{
	display:inline-block;
	margin:10px auto;
	padding:5px 20px;
	border:2px solid #666666;
	border-radius:4px;
	background:#ffffff;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

h6.page_h6_v2{
	margin:10px auto;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

p.page_p_center{
	text-align:center;
}

div.page_table_wrap{
	padding:0;
	border:5px solid #dddddd;
	border-radius:4px;
}

table.page_table{
	width:100%;
	margin:0;
}

td.left{
	position:relative;
	width:25%;
	padding:20px 0 20px 45px;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	font-weight:bold;
	vertical-align:middle;
	background:url('../images/bg_td_left.png') 20px center no-repeat;
	background-size:18px 14px;
	-moz-background-size:18px 14px;
	-webkit-background-size:18px 14px;
	-o-background-size:18px 14px;
	-ms-background-size:18px 14px;
}

td.left_last{
	position:relative;
	width:25%;
	padding:20px 0 20px 45px;
	border-bottom:none;
	border-right:1px solid #dddddd;
	font-weight:bold;
	vertical-align:middle;
	background:url('../images/bg_td_left.png') 20px center no-repeat;
	background-size:18px 14px;
	-moz-background-size:18px 14px;
	-webkit-background-size:18px 14px;
	-o-background-size:18px 14px;
	-ms-background-size:18px 14px;
}

td.right{
	width:75%;
	padding:20px;
	border-bottom:1px solid #dddddd;
	vertical-align:middle;
}

td.right_last{
	width:75%;
	padding:20px;
	border-bottom:none;
	vertical-align:middle;
}

input[type=text] {
	clear:both;
	overflow:auto;
	width:100%;
	margin:0;
	padding:5px;
	font-size:14px;
}

textarea {
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:10px;
	resize:none;
	font-size:14px;
}

input[type=text], textarea {
  	outline:none;
  	border:2px solid #dddddd;
	border-radius:4px;
}
 
input[type=text]:focus, textarea:focus {
	border:2px solid #7bc1f7;
	box-shadow:0px 0px 5px #7bc1f7;
	-moz-box-shadow:0px 0px 5px #7bc1f7;
	-webkit-box-shadow:0px 0px 5px #7bc1f7;
	-o-box-shadow:0px 0px 5px #7bc1f7;
	-ms-box-shadow:0px 0px 5px #7bc1f7;
}

p.submit{
	text-align:center;
	margin:40px 0;
}

input[type=submit]{
	display: inline;
	font-size: 110%;
	width: auto;
}

p.submit input[type=submit]{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	background:#ff6c60;
	border-radius:8px;
	padding:10px 40px;
	border:none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
    box-shadow: 0px 3px 0px #ff3d2d;
}

p.submit input[type=submit]:active{
	text-decoration:none;
    box-shadow: 0px 1px 0px #ff3d2d;
    position:relative;
    top:2px;
}

.tablenav {
	clear:both;
	color:#34495e;
	padding:1em 0;
	margin:0 auto;
	line-height:2em;
	text-align:center;
	font-size:14px;
}

a.page-numbers, .tablenav .current {
	color:#34495e;
	background-color:#ffffff;
	padding: 2px .4em;
	border:solid 1px #34495e;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

a.page-numbers:hover {
	color:#ffffff;
	background-color:#34495e;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #34495e;
}

.tablenav .current {
	color:#ffffff;
	background-color:#34495e;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #34495e;
}

.tablenav .next, .tablenav .prev {
	color:#34495e;
	border:0 none;
	background:none;
	text-decoration:none;
}

.tablenav .next:hover, .tablenav .prev:hover {
	color:#34495e;
	border:0 none;
	background:none;
	text-decoration:underline;
}

section#section_footer_contact{
	border-top:1px solid #dddddd;
	background:#fafafa;
}

div#contents_footer_contact{
	padding:40px 0;
	color:#ff4526;
}

span.footer_tel{
	position:relative;
	padding-left:40px;
	font-size:30px;
	font-family:"Arvo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
	font-weight:700;
}

span.footer_tel:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:27px;
	height:30px;
	margin:-15px 0 0 0;
	background:url('../images/bg_footer_tel.png');
	background-size:27px 30px;
	-moz-background-size:27px 30px;
	-webkit-background-size:27px 30px;
	-o-background-size:27px 30px;
	-ms-background-size:27px 30px;
}

/*------------------------- profile page ------------------------- */

h2#page_h2_profile{
	color:#333333;
}


/*------------------------- field page ------------------------- */

.tabWrap{
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
	z-index:0;
}

.tabWrap .tabarea {
}

div.tab {
	width:100%;
	margin-bottom:10px;
	padding:0;
	position:relative;
	z-index: 0;
}

ul.tab-list {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	font-size:0; /*inline-blockに余計な隙間が出ないように */
	background:url('../images/bg.ul.tab-list.png') bottom left repeat-x;
}

ul.tab-list li {
	list-style:none;
	display:inline-block;
	width:213px;
	height:50px;
	line-height:50px;
	background:#efefef;
	color: #333;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 20px;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-top-right: 4px;
	-moz-border-radius-top-left: 4px;
	-o-border-radius-top-right: 4px;
	-o-border-radius-top-left: 4px;
	-ms-border-radius-top-right: 4px;
	-ms-border-radius-top-left: 4px;
	cursor:pointer;
}

ul.tab-list li.selected {
	border-bottom:1px solid transparent;
	background:#fff;
}

ul.tab-list li a {
	display:block;
	color:#999999;
	text-decoration:none;
}

ul.tab-list li.selected a {
	color:#ff4526;
	text-decoration:none;
}

div.tab-box{
	background:#ffffff;
	padding:50px 20px 0;
}

span.step1{
	position:relative;
	padding-left:25px;
	font-size:24px;
	font-family:"Arvo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
	font-weight:700;
}

span.step1:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:23px;
	margin:-11px 0 0 0;
	background:url('../images/bg_span_step1.png');
	background-size:20px 23px;
	-moz-background-size:20px 23px;
	-webkit-background-size:20px 23px;
	-o-background-size:20px 23px;
	-ms-background-size:20px 23px;
}

div.repletion{
	display:table;
	width:100%;
	text-align:left;
}

div.repletion_left{
	display:table-cell;
	width:50%;
	padding:0 20px 0 0;
	border-right:1px dashed #dddddd;
}

div.repletion_right{
	display:table-cell;
	width:50%;
	padding:0 0 0 20px;
}

/*------------------------- activities page ------------------------- */

div.activities_wrap{
	position:relative;
	width:100%;
	padding:0;
}

dl.activities_list{
	padding:20px 10px;
	border-bottom:1px dashed #dddddd;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

dl.activities_list:first-child{
	border-top:1px dashed #dddddd;
}

dl.activities_list:hover{
	background:#f5f5f5;
}

dl.activities_list dt{
	font-size:12px;
	color:#999999;
	margin-bottom:10px;
}

dl.activities_list a,
dl.activities_list a:hover{
	color:#333333;
	text-decoration:none;
}

div.past_archive{
	position:relative;
	width:100%;
	height:auto;
	padding:10px 0;
	margin:50px auto 0;
	background-color:#ffffff;
	border-radius:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:3px solid #dddddd;
	background:#f6f6f6;
}

p.look_archive{
	position:relative;
	margin-bottom:0;
	padding:0 10px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

p.look_archive:before{
	position:absolute;
	top:50%;
	left:50%;
	content:"";
	width:16px;
	height:10px;
	margin-top:-5px;
	margin-left:-90px;
	background:url('../images/keyword_arrow.png') center center no-repeat;
	background-size:16px 10px;
	-moz-background-size:16px 10px;
	-webkit-background-size:16px 10px;
	-o-background-size:16px 10px;
	-ms-background-size:16px 10px;
}

p.active:before{
	position:absolute;
	top:50%;
	left:50%;
	content:"";
	width:16px;
	height:10px;
	margin-top:-5px;
	margin-left:-90px;
	background:url('../images/keyword_arrow2.png') center center no-repeat;
	background-size:16px 10px;
	-moz-background-size:16px 10px;
	-webkit-background-size:16px 10px;
	-o-background-size:16px 10px;
	-ms-background-size:16px 10px;
}

div.hidden_box{
	margin-top:5px;
	padding:10px 30px 5px;
	border-top:1px dashed #dddddd;
}

/*------------------------- contact page ------------------------- */

span.tel{
	font-size:18px;
	font-family:"Arvo","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
	font-weight:700;
}

/*------------------------- single ------------------------- */

div.single_header{
	position:relative;
	padding:50px 0 10px;
	border-top:3px solid #dddddd;
	border-bottom:3px solid #dddddd;
	margin-bottom:30px;
}

h2.single_h2{
	font-size:24px;
	font-weight:lighter;
	margin:0 0 10px;
	padding:0 0 50px;
	line-height:1.2em;
	color:#ff4526;
	border-bottom:1px dashed #dddddd;
}

p.single_arc_btn{
	position:absolute;
	top:0px;
	right:0;
	font-size:10px;
}

p.single_arc_btn a{
	display:block;
	width:150px;
	height:20px;
	line-height:20px;
	text-align:center;
	border:1px solid #dddddd;
	border-top:none;
	color:#999999;
	background:#f0f0f0;
}

p.single_arc_btn a:hover{
	text-decoration:none;
	color:#999999;
}

div.single_sns_content{
	position:relative;
	height:20px;
	padding:0;
}

div.single_sns_tw{
	float:right; 
	margin:0; 
	padding:0; 
	display:inline; 
	width:100px;
	text-align:left;
	margin-left:3px;
}

div.single_sns_fb{ 
	float:right; 
	margin:0; 
	padding:0; 
	display:inline; 
	width:110px;
	text-align:left;
	margin-left:3px;
}

/********************************************************************
 05. Wordpress Settings
********************************************************************/

.alignnone{
	text-align:left;
	margin:0 auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.aligncenter{
	text-align:left;
	margin:0 auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.alignleft{
	text-align:left;
	margin:0 auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.alignright{
	text-align:left;
	margin:0 auto;
	clear:both;
	display:block;
	max-width:100%;
	height:auto;
}

.wp-caption-text{
	font-size:10px;
	margin-top:0;
	margin-bottom:20px;
	text-align:center;
}