@charset "UTF-8";
@media screen and (min-width:641px) {
/* ========BASIC======== */
.pc_off {
    display: none;
}
.breadcrumb {
    border: 1px solid #eee;
    width: 940px;
    margin: 0 auto 20px;
    padding: 5px 10px;
    box-sizing: border-box;
}
#conR > img {
    box-sizing: border-box;
}
/* ========HEADER======== */
	
#top_area {
    margin-bottom: 20px;
    height: 77px;
}
h1 {
    width: 940px;
}
h2 {
    font-size:24px;
    text-align:center;
    padding:0 10px;
}
/* ========HEADIMAGE CUSTOMIZE======== */

#main_visual {
	background-image: url(/images/main_visual.png);
	background-repeat: no-repeat;
    background-position: center center;
	padding-top: 300px;
    min-width:940px;
    width: 100%;
    overflow: hidden;
}    
/* ========TEMPLATE LAYOUT======== */
#container {
    width:100%;
    margin:0 auto;
    background:#fff;
}

#header {
    position:relative;
    width:940px;
    margin:0 auto;
}

#menu {
    position:absolute;
    right:0;
    top:35px;
}

#contents {
    clear:both;
    overflow:hidden;
    width:940px;
    padding:10px 0;
    margin:0 auto;
}

#footMenu {
    clear:both;
    margin:30px auto 0 auto;
}

#footer {
    clear:both;
    width:940px;
    margin:0 auto;
}
#menu ul {
	text-align: center;
}
#menu li {
	margin: 0 8px;
	font-size: 14px;
	display: inline-block;
}    
#menu li a {
	padding-bottom: 3px;
}    
#menu li a:before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #d882b3;
	position: absolute;
	display: block;
}
#menu li a:hover:before {
	width: 50%;
	border-bottom: 3px solid #d882b3;
}
#menu li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #d882b3;
	position: absolute;
	display: block;
}
#menu li a:hover:after {
	width: 50%;
	border-bottom: 3px solid #d882b3;
}    
.more {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #007396;
    width: 80px;
    text-align: center;
    float: right;
}
.more a {
    text-decoration: none;
}
.more a {
    color: #fff;
}
.twitter {
    margin: 10px 0;
    display: block;
}
.social {
    float: right;
}  
.social img {
    width: 48px;
}    
.box img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.box p {
    margin-bottom: 10px;
}
/* ========CONTENTS LAYOUT======== */

.act_box {
    margin-bottom: 20px;
    overflow: hidden;
}
.act_box > .thum_img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 200px;
    float: left;
    margin: 0 10px 10px 0;
}
.conditions_list {
    margin-left: 1em;
}
    .conditions_list li {
        text-indent: 0;
    }   
/* ========MODELCASE LAYOUT======== */

.model_txt {
    background-color: #f1f1f1;
    padding: 10px 20px;
    border-radius: 10px;
}
/* ========TABLE LAYOUT======== */

.rec_table {
    border : none;
}
.rec_table .left_box {
    vertical-align: top;
    width: 150px;
}
.rec_table td {
    padding: 10px;
    border: none;
}
.rec_table td ul{
    margin-left: 1em;
}    
.rec_table tr {
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-top: none;
    border-left: none;
    border-right: none;
}
.rec_table tr:last-child {
    border-bottom: none;
}
.scroll_table {
    overflow-x: auto;
}
/* ========FLOW LAYOUT======== */
	
/* --- リストエリア --- */
ol.flow {
    width: 600px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* --- リスト項目 --- */
ol.flow li {
    margin-left: 0;
    margin-bottom: 12px;
    padding-bottom: 28px;
    background: url(../images/flow_back.gif) no-repeat center bottom;
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
}
/* --- ボックス --- */
ol.flow dl {
    margin: 0;
}
/* --- タイトルエリア --- */
ol.flow dt {
    padding: 9px 20px 7px;
    background: #ffffff url(../images/flow_top.gif) no-repeat top;
    border-bottom: 1px #c0c0c0 solid;
    font-weight: bold;
    color: #999999;
    text-indent: 0;
    margin-left: 0;
}
/* --- タイトル --- */
ol.flow dt strong {
    margin-left: 3px;
    color: #2b2b2b;
}
/* --- 本文エリア --- */
ol.flow dd {
    margin: 0;
    padding: 15px 15px;
    background: #ffffff url(../images/flow_bottom.gif) no-repeat bottom;
    color: #2b2b2b;
    line-height: 150%;
}
/* ========STAFF LAYOUT======== */
.staff_list {
    list-style: none;
}
.right_box ol, .right_box ul {
    margin-top: 0;
}
/* ========HISTORY LAYOUT======== */
	
.historyTable th {
    width: 25%;
}
/* ========TOOLTIPS LAYOUT======== */	
	
    /* 表示文字の装飾 */
div.tooltip1 {
    color: #555;
    display: inline-block;                        /* インライン要素化 */
    border-bottom: dashed 1px #555;    /* 下線を引く */
}
/* ツールチップ部分を隠す */
div.tooltip1 span {
    display: none;
}
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #333;
}
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover span {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 30px;
    font-size: 90%;
    color: #fff;
    background-color: #51A2C1;
    width: 500px;
    padding: 5px;
    border-radius: 3px;
    z-index: 100;
    left: -300px;
}
/* フキダシ部分を作成 */
div.tooltip1 span:before {
    content: '';
    display: block;
    position: absolute;                         /* relativeからの絶対位置 */
    height: 0;
    width: 0;
    top: -13px;
    right: 50%;
    border: 13px transparent solid;
    border-right-width: 0;
    border-left-color: #51A2C1;
    transform: rotate(270deg);            /* 傾きをつける */
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    z-index: 100;
}
/* ========ACTIVITY LAYOUT======== */	
	
    /* 書籍 */
    
    .what {
        width: 300px;
        float: left;
        margin: 0 15px 15px 0;
    }
    .taget_link {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
    width: 285px;
    text-align: center;
}
    
/* ========CONTACT LAYOUT======== */

.mailform_table {
    table-layout: fixed;
}
.mailform_table th {
    width: 25%;
}

.Annotation > li {
    list-style-type: none;
    text-indent: -1.5em;
}
.formbtn,
.sendbtn {
    background-color: #31B404;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    font-weight: bold;
    color: #fff;
}

    .form_button_Area {
	overflow: hidden;
	width: 500px;
	margin: 30px auto;
    text-align: center;
}
    .caution {
        margin-bottom: 30px;
    }
    .caution ul {
        margin-left: 0 !important;
        list-style: none;        
    } 
    .rebtn {
    background-color: #D8D8D8;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
        cursor: pointer;
    }
    .mailform_table p {
        margin: 0 !important;
    }
    
    
/* ========CONSUL LAYOUT======== */
    
.page_menu {
    margin-bottom: 30px;
    list-style-type: none;
    padding: 0;
}
    .page_menu li {
border: 1px solid #ccc;
border-radius: 5px;
float: left;
margin-right: 10px;
        box-shadow:5px 3px 0px 0px #eeeeee;
        padding: 2px;
        
    }
    .page_menu li:hover {
        box-shadow:none;
        
    }    
    .page_menu li a {
        display: block;
padding: 15px;
        font-size: 13px;
        
    }
/* ========MAINCONTENTS CUSTOMIZE======== */

/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:298px;
    float:left;
    margin-left:20px;
	margin-bottom: 20px;
}

.topNaviImg {
    margin:0;
    padding:0;
}

.topNaviDetail {
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.topNaviCon {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:0 0 2em 0;
}

.topNavi h2 {
    padding:10px 0;
    color:#fff;
    font-size:14px;
    background:#007396;
	margin-bottom: 0;
}

.topNavi p {
    margin:10px;
}

.topNaviPhoto img {
    margin:10px 8px 0 8px;
}

/* INFORMATION CUSTOMIZE */
.information {
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    border-bottom:1px solid #ddd;
    background:none;
}

/* SUBMENU CUSTOMIZE */
.submenu h3 {
    position:relative;
    text-align:center;
    margin:0;
    padding:15px 0;
    line-height:1.0;
    color:#fff;
    border:none;
    background:#e19f9c;
}

.submenu h4 {
    padding:10px;
    font-weight:normal;
font-size:14px;
    background:#f1f1f1;
}
.submenu ul {
    margin:10px 0;
}
.submenu li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    border-bottom:1px dotted #ddd;
    background:url("/images/bg_arrow.gif") no-repeat 5px center;
}
.submenu li:last-child {
    border-bottom: none !Important;
    background:url("/images/bg_arrow.gif") no-repeat 5px center;
}
.submenu li a {
    display:block;
    padding:10px 0;
    text-decoration:none;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li {
    float:left;
    margin:0 15px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* BOX CUSTOMIZE */
.box {
    overflow:hidden;
    margin:15px 0;
    padding:10px;
    border:10px solid #ddd;
}

.box h4 {
    margin-top:0;
}

.box img {
    float:left;
}

.first {
    margin-top:0;
}

.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
    background: #00bcd4;
	border-radius: 5px;
  }
.square_btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
/* 角丸 */
.Radius5 {  
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 250px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #00a0e9;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.Button a:hover {
	background: #3ab2e9;        /* マウスオーバーカラー */  
}

.act_btn {
    border-radius: 5px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 130px;
	float: right;
}
.act_btn a {
    background-color: #007396;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.act_btn a:hover {
	opacity: 0.6;/* マウスオーバーカラー */  
}

.act_btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
.act_btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #007396;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
    text-decoration:none;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:20px;
    bottom:20px;
}

#pageTop a {
    display:block;
    padding:20px;
    color:#fff;
    font-size:14px;
    text-decoration:none;
    background:#007396 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover {
    background:#007396 30px 50% no-repeat;
}

/* ========ADD TO CUSTOMIZE======== */

.non_style {
	list-style: none;
    margin-bottom: 20px;
}
.non_style li {
	margin-left: 0;
}

/* ========ARCHIVE CUSTOMIZE======== */
.archive_list {
    margin-left: 0;
    list-style: none;
}
.archive_list a {    
    text-decoration: none;
    line-height: 1.5em;
}

/* ========ARROW CUSTOMIZE======== */
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #ff0000;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #ff0000;
}

/* ========NOTES CUSTOMIZE======== */
.Annotation {
    margin-left: 1.5em;
    text-indent: -1.5em;
}

/* ========MSGBOX CUSTOMIZE======== */
#msg_box {
    border: 1px solid #e7198c;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
}
    
#conL {
    float:left;
    width:300px;
}

#conR {
    float:right;
    width:600px;
}
#conR h4{
    line-height: 1.5em;
}
    
}