@charset "utf-8";
/*
Theme Name: ARCH-ENTA
Theme URI: http://arch-ent.jp
Description: COMPANY official theme
*/



/*-------------
base
-------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align: top;
}

body {
	background: url(images/bg_body.png) repeat 0 0;
	font-size: 62.5%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color: #775938;
	outline: none;
}

a:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

th{
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #d1bb90;
	color: #775938;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
}

td{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}


a.pc_link {
	color: #14dfe6;
}

a.mobile_link {
	color: #e6a814;
}


.w_20 {
	width: 15%;
}
.w_80 {
	width: 80%;
}
.b_none {
	border: none !important;
}
table.b_none td {
	padding: 0 0 4px 0;
	margin: 0;
}

.fs_15 {
	font-size: 1.5rem;
}

.mt_20 {
	margin-top: 20px;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_60 {
	margin-bottom: 60px;
}

.pb_10 {
	padding-bottom: 10px;
}

/*-------------
header
-------------*/

#header { 
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #878787;
	background: #000 url(images/bg_header.png) repeat-x left top;
}

#header-inner { 
	width: 960px;
	margin: 0 auto;
}

#header-top {
	height: 104px;
	font-size:1.1em;
}

#header-top h1 {
	margin-top: 15px;
}

#header-top p {
	padding-top: 3px; 
	color: #797979;
}

#header-top ul {
	text-align: right;
}

#header-top ul li { 
	display: inline;
}

#header-top ul li a {
	padding: 3px 5px 2px;
	color: #fff;
	text-decoration: none;
}

#header-top ul a:hover { 
	text-decoration: underline;
}


/*search*/

.search-form{ 
	padding-top: 55px; 
	
}

.search-form input{ 
	vertical-align: middle;
}

.search-form #s{
	width: 150px;
	height: 18px;
	line-height:18px;
	padding: 2px;
	background: #ffffff;
	border:1px solid #c7c7c7;
	font-size: 1.1em;
}

.search-results .box h3 {
	margin: 20px;
	padding: 5px;
	background: #775938;
	color: #fff;
	font-weight: bold;
}

.search-results .box ul {
	margin:0 30px 20px;
}

.search-results .box ul li {
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
}

.search-results .box ul li span {
	padding-left: 10px;
	color: #999;
	font-size: 0.8em;
}

.search-no-results .box h3{
	margin: 100px 30px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 2.0em;
	text-align: center;
}

.search-no-results .box h3 span {
	color: #ff2160;
}

.search-no-results .box p{
	margin: 0 30px;
}

.search-no-results .box form {
	margin: 0 30px 100px;
}


/*nav*/

#header-nav { 
	clear: both;
}

#header-nav ul#menu-nav {
	height: 46px;
	background: url(images/bg_nav.gif) no-repeat left top;
}

#header-nav ul li.menu-item a{ 
	display: block; 
	width: 160px; 
	height: 46px;
	line-height: 43px;
	background: url(images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center; 
}

#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(images/bg_nav_btn.gif) no-repeat left -46px;
}

#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li {
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #fff;
	border-top: none;
	padding-left: 38px;
	background:#3ebdff url(images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #fff;
	text-align: left;
}

#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a  {
	background: #8cdfff url(images/icon_arr_subnav.gif) no-repeat 20px center;
}


/*gra*/

#header-gra {
	clear: both;
}


/*breadcrumbs*/
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}



/*-------------
container
-------------*/
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}



/*-------------
contents
-------------*/

#contents { 
	float: left;
	width: 670px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}

.box {
	margin-bottom: 15px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;
}

.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.section-header { 
	position: relative;
}

.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}

.section-header p{ 
	position: absolute;
	top: 5px;
	right: 5px;
}

.section-header p a{
	padding-left: 15px;
	background: url(images/icon_arr_black.gif) no-repeat left center;
	font-size: 90%;
}


/*map*/

#map {
	margin-top: 20px !important;
	border: 1px solid #999;
}


/*お問い合わせ*/

.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 1em;
}

.wpcf7-form .wpcf7-submit {
	width: 150px;
}


/*サイトマップ*/
.sitemap-inner {
	padding: 20px 30px;
}

.sitemap-inner h3 {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}

.sitemap-inner .menu {
	padding: 10px 20px 0;
	line-height: 1.8;
}

.sitemap-inner .menu li {
	margin-top: 15px;
	padding-left: 20px;
	background: url(images/icon_arr_black.gif) no-repeat left 8px;
	font-size: 1.2em;
}

.sitemap-inner .sub-menu {
	padding-left: 15px;
}

.sitemap-inner .sub-menu li { 
	margin-top: 8px;
	padding-left: 12px;
	background: url(images/icon_arr_black2.gif) no-repeat left center;
	font-size: 0.9em;
}


/*pick-up*/

.pick-up {
	float: left;
	width: 302px;
}

.pick-up:first-child {
	margin-right: 10px;
}

.pick-up h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
}

.pick-up h2.pick-info {
	background: url(images/icon_info.gif) no-repeat right 8px;
}

.pick-up h2.pick-news {
	background: url(images/icon_news.gif) no-repeat right 8px;
}

.pick-up h2 img{
	float: none !important;
}

.pick-up img{
	float: left;
	margin-right: 15px;
}

.pick-up .pick-inner {
	padding-left: 125px;
	font-size: 95%;
}

.pick-up .pick-inner span {
	display: block;
	padding-bottom: 5px;
	color: #999;
	text-align: right;
}



/*news*/

#news{ 
	clear: both;
}

#news dl {
	padding: 0 15px;
}

#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}

#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}

#news dd.info{
	background: url(images/icon_info.gif) no-repeat 0 8px;
}

#news dd.news { 
	background: url(images/icon_news.gif) no-repeat 0 8px;
}

.box-inner {
	margin: 20px 20px 10px;
}

.box-inner h3{
	margin-bottom: 10px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}

.box-inner h3 .ttl-info {
	display: block;
	padding-right: 55px;
	background: url(images/icon_info.gif) no-repeat right bottom;
}

.box-inner h3 .ttl-news {
	display: block;
	padding-right: 55px;
	background: url(images/icon_news.gif) no-repeat right bottom;
}

.box-inner .data { 
	color: #999;
	text-align: right;
}

.box-inner img {
	width: 600px;
}

.box-inner p{
	padding-bottom: 1em;
}

.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}

.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

.ticket {
	margin-top: 20px;
	float: left;
	margin-right: 10px;
}

.ticket a {
	hieght: 60px;
	padding: 10px 8px;
	border: solid 3px #7be06e;
	border-radius: 5px;
	text-align: center;
	color: #7be06e;
	font-size: 0.8rem;
	display: block;
	text-decoration: none;
}

.ticket_long {
	margin-top: 20px;
}

.ticket_long a {
	hieght: 60px;
	padding: 10px;
	border: solid 3px #3565d2;
	border-radius: 5px;
	text-align: center;
	color: #3565d2;
	font-size: 0.8rem;
	display: block;
	text-decoration: none;
}

.ticket_long_g {
	margin-top: 10px;
}

.ticket_long_g a {
	hieght: 60px;
	padding: 10px;
	border: solid 3px #7be06e;
	border-radius: 5px;
	text-align: center;
	color: #7be06e;
	font-size: 0.8rem;
	display: block;
	text-decoration: none;
}

.ticket_long_smt {
	margin-top: 10px;
}

.ticket_long_smt a {
	hieght: 60px;
	padding: 10px;
	border: solid 3px #ff702a;
	border-radius: 5px;
	text-align: center;
	color: #ff702a;
	font-size: 0.8rem;
	display: block;
	text-decoration: none;
}

/*PagiNavi*/


.wp-pagenavi { 
	padding-top: 10px;
	padding-bottom: 25px;
}

.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}


/*topics*/

#topics ul{
	margin-top: 5px;
	margin-left: -20px;
}

#topics ul li {
	float: left;
	width: 280px;
	height: 260px;
	margin-left: 40px;
	margin-top: 15px;
}

#topics ul li .term-link {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}

#topics ul li img {
	margin-bottom: 3px;
	width: 280px;
	height: 100px;
}

#topics ul li span {
	color: #999;
}

#topics ul li h3 {
	margin-bottom: 5px;
}

/*#topics .topics-left {
	float: left;
	width: 120px;
	margin-top: 20px;
	margin-left: 30px;
	color:#999;
}
#topics .topics-right {
	float:right;
	width: 460px;
	margin: 20px 30px 20px 0;
}*/
#topics .p_topics {
	padding: 0 20px;
}
#topics .p_topics h3 {
	margin-bottom: 15px;
	padding-left: 30px; 
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	background: url(images/icon_h3.gif) no-repeat left 2px;
	font-size: 1.3em;
}
#topics .p_topics img {
	width: 100%;
	height: auto;
}
#topics .p_topics .data { 
	color: #999;
	text-align: right;
}

/*#topics .topics-right img {
	padding: 0 0 10px;
}
#topics .topics-right p {
	margin-bottom: 1em;
}*/
#topics .topics-right .term-link {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #999;
	font-size: 0.9em;
	text-align: right;
}



/*-------------
sidebar
-------------*/
#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 15px;
}

#sidebar #bnr li{
	margin-bottom: 5px;
}

#sidebar p {
	margin-bottom: 10px;
}

#sidebar .free-space p {
	margin-bottom: 20px;
}

#sidebar .free-space {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
}

#sidebar .free-space h2 {
	padding: 6px 10px;
	background: url(images/bg_side_ttl_info.gif) no-repeat left bottom;
	color: #775938;
	font-size: 1.3em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
	font-weight: bold;
}

#sidebar .free-space .textwidget {
	padding: 10px;
	font-size: 1.2em;
}

#sidebar .oshirase {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
}

#sidebar .oshirase h2 {
	padding: 6px 10px;
	background: url(images/bg_side_ttl_info.gif) no-repeat left bottom;
	color: #775938;
	font-size: 1.3em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", "HGS明朝E","ＭＳ Ｐ明朝", serif;
	font-weight: bold;
}

#sidebar .oshirase .oshirase_text {
	padding: 10px;
	font-size: 1.2em;
}


/*-------------
footer
-------------*/

#footer { 
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #000;
}

#footer p {
	width: 960px; 
	margin: 0 auto; 
	color: #fff;
	text-align: right;
}

/*-------------
clearfix
-------------*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear: both;
}

.linkButton {
	width: 670px;
	padding: 0 15px;
}
.Bu_kaiin {
	float: left;
	margin-right: 20px;
}
.Bu_kaiin:hover {
	opacity: 0.5;
}
.Bu_pc {
	float: left;
}
.Bu_pc:hover {
	opacity: 0.5;
}
.Bu_sp {
	float: left;
}
.Bu_sp:hover {
	opacity: 0.5;
}
.co_R {
	color: #ff0000 !important;
}
.T_al {
	text-align: right;
}