@charset "utf-8";

.sp_button{
	display: none;
}

/* ページ内目次 */
#sp_page_index_link_wrap {
	display: none;
}

/* float clear */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* スマホ用メニュー */
#spm_wrap{
	display: none;
}

#spm_sp {
	display: none;
	padding: 20px 100px;
	background: rgba(0,0,0,0.75);
	width: auto;
	z-index: 100;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	border: none;
	text-align: left;
	border-radius: 0 0 30px 30px;
	margin-left: 20px;
}

/* 本文へリンク */
#skiptomain {
	background: url(/img/icon_skip.png) no-repeat left center;
}
#skiptomain a {
	color: #999999;
}

/* レスポンシブアコーディオン用 */
.acc_title + input{
	display: none;
}
.acc_icon{
	display: none;
}

body {
	margin: 0;
	padding: 0;
	border: 0; /* 旧IE対応 */
	text-align: center;
	min-width: 1080px; /* 可変ブラウザの最小 */
	background: #FFFFFF;
}
#container {
	width: auto;
	height: auto;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* リンク色を隠す */
.img_b {
	vertical-align: top;
	border: none;
}

/* 隠す */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}

/* ヘッダーココから */
#header {
	clear: both;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
#header2 {
	clear: left;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #990000;
}
#header2_inner {
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
	width: 1080px;
	margin: 0px auto;
}
#he_left {
	width: auto;
	height: auto;
}
#he_left h1, #he_left p {
	display: inline-block;
	margin: 20px 0px;
	padding: 0px;
	vertical-align: middle;
}
#he_left #sudoori_logo {
	position: relative;
	margin: 0px 0px 0px 25px;
}
#he_left #sudoori_logo img {
	width: 88px;
	height: auto;
}
/*#he_left #sudoori_logo:after {
	content: url(/img/sudoori_cap.png);
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 0;
	height: 0;
}*/
#he_right {
	text-align: right;
}
#he_right_a {
	width: 645px;
	margin: 10px 0px;
}
.header_nav {
	margin: 0;
	padding: 10px 0;
}
.header_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header_nav li {
	display: inline-block;
	margin: 0px 0px 0px 8px;
	vertical-align: top;
}
#header_nav1 li{
	padding: 0px 0px 0px 10px;
	background: url(/img/icon_triangle_red.png) no-repeat left center;
}
#header_nav1 li:last-child {
	background: none;
}
#header_nav2 li dl {
	margin: 0px;
	padding: 0px;
}
#header_nav2 li dt {
	display: inline-block;
	font-size: 90%;
}
#header_nav2 li dd {
	display: inline-block;
	margin: 0px 1px;
}
#header_nav2 dd a {
	padding: 3px 7px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
#haikei_white {
	background-color: #FFFFFF;
	color: #000000 !important;
}
#haikei_black {
	background-color: #000000;
}
#haikei_blue {
	background-color: #0000FF;
}
/*.header_nav li#haikei_color span a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_nav li#haikei_color span a#haikei_white {
	background-image: url(/img/haikei_white.png);
}
.header_nav li#haikei_color span a#haikei_black {
	background-image: url(/img/haikei_black.png);
}
.header_nav li#haikei_color span a#haikei_blue {
	background-image: url(/img/haikei_blue.png);
}
.header_nav li#moji_size span {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 30px;
	background: url(/img/moji_bg.png) no-repeat center center;
}
.header_nav li#moji_size span a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 45px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.header_nav li#moji_size span a#moji_default {
	left: 0;
	background-image: url(/img/moji_default.png);
}
.header_nav li#moji_size span a#moji_large {
	right: 0;
	background-image: url(/img/moji_large.png);
}*/

/* ヘッダーココまで */

/*フッター*/
#footer {
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.footer_navi {
	margin: 0px;
	padding: 0px;
	background-color: #E761A4;
}
.footer_navi ul {
	width: 1080px;
	margin: 0px auto;
	padding: 13px 0px;
	list-style: none;
	text-align: left;
}
.footer_navi li {
	display: inline-block;
}
.footer_navi li:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0px 5px;
	vertical-align: middle;
	background: url(/img/border_slash.png);
}

.footer_navi li:first-child:before {
	display: none;
}
#author_img {
	position: relative;
	z-index: 100;
	margin-top: -14px;
	float: right;
	width: 160px;
}
#author_img img {
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
}
#author_info {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: left;
}
#author_box_wrap {
	width: 100%;
	height: auto;
	background: url(/img/footer_bg.png) no-repeat right -316px top;
}
#author_box {
	position: relative;
	width: 1080px;
	margin: 0px auto;
	padding: 15px 0px;
	line-height: 1.75em;
}
#author_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#author_box li strong {
	font-size: 105%;
}
#author_box p {
	padding: 0;
	margin: 0;
}
#copyright {
	font-size: 80%;
	margin: 0;
	padding: 1em;
	color: #333333;
}
/*フッターここまで*/

a:link {
	text-decoration: underline;
	color: #0033CC;
}
a:visited {
	text-decoration: underline;
	color: #551A8B;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF4500;
}

/* カラム */
#mymainback {
	clear: both;
	width: 1080px;
	height: auto;
	float: none;
	margin: 0 auto;
	padding: 0;
	line-height: 120%;
}
#sidebar1 {
	width: 300px;
	padding-bottom: 2em;
	float: left;
	margin-top: 0;
	margin-right: -300px;
	position: relative;
	z-index: 3;
}
.sidebar1_box {
	width: auto;
	border: 1px solid #D2D3C5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sidebar2 h2 {
	clear:both;
	margin:0px;
	padding: 0.8em 1em 0.8em 25px;
	background: url(/img/kanren_bg.png) repeat-y left top #DBC8DB;
	text-align: left;
	font-size: 145%;
}
#sidebar1 .soshiki_back {
	padding: 0;
	width: 100%;
}
#main {
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: -205px;
	padding: 0;
	position: relative;
	z-index: 1;
}
#main_a {
	margin-right: 300px;
	margin-left: 300px;
	padding: 0 30px 0 30px;
	z-index: 2;
}
#sidebar2 {
	width: 300px;
	float: left;
	position: relative;
	z-index: 3;
	margin: 0 -300px 0 0;
	padding: 0 0 2em;
}
#sidebar2 p {
	margin: 0;
	padding: 2px;
}
#sidebar2_top, #sidebar2_bottom img {
	display: none;
}
/* トップページ、詳細ページ（ここまで） */

/* パンくずナビここから */
#pankuzu_wrap {
	padding: 15px 0px;
}
.pankuzu {
	clear: both;
	font-size: 90%;
	padding: 0.4em 0 0.4em 15px;
	margin: 0px;
	text-align: left;
	background: none;
}
/*.pankuzu:first-child {
	background: url(/img/pankuzu.png) no-repeat left 2px;
}*/
/* パンくずナビここまで */

/* 印刷用アイコン */
#content_header {
	margin: 8px 0;
}
#print_mode_link {
	width: 12em;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 22px;
	background: url(/img/print-icon.jpg) no-repeat left center;
	height: 1em;
}


#common_banner_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* SNS */
#common_button_sns {
	display: inline-block;
	vertical-align: middle;
}

#common_button_sns .external_link_text {
	display: none;
}

/* googlemap */
.gglmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gglmap iframe,
.gglmap object,
.gglmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}