@charset "utf-8";

/* --------------------------------------------------
reset
-------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup,
sub {
	line-height: -1px;
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding: 0.4em 0;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

legend {
	display: none;
}

*:first-child + html img {
	-ms-interpolation-mode: bicubic;
}

/* --------------------------------------------------
body
-------------------------------------------------- */
body {
	font-family: Roboto, "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	letter-spacing: 0.04em;
	text-align: justify;
	text-justify: inter-ideograph;
	background-color: white !important;
}

*:first-child + html body {
	font-family: Roboto, "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
}

* html body {
	font-family: Roboto, "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
}

#main p {
	line-height: 180% !important;
}

/* --------------------------------------------------
FONT
-------------------------------------------------- */
.font10 {
	font-size: 83.3%;
}

.font11 {
	font-size: 91.7%;
}

.font13 {
	font-size: 108.3%;
	line-height: 160% !important;
}

.font14 {
	font-size: 116.7%;
	line-height: 160% !important;
}

.font15 {
	font-size: 125%;
	line-height: 170% !important;
}

.font16 {
	font-size: 133.3%;
	line-height: 175% !important;
}

.font17 {
	font-size: 141.7%;
	line-height: 180% !important;
}

.font18 {
	font-size: 150%;
	line-height: 185% !important;
}

.font19 {
	font-size: 158.3%;
	line-height: 190% !important;
}

.font20 {
	font-size: 166.7%;
	line-height: 195% !important;
}

/* --------------------------------------------------
LINK
-------------------------------------------------- */
a {
	color: #d26f00;
	outline: none;
}

a:hover {
	color: #0000ff;
}

a:hover img {
	opacity: 0.8;
}

.detailLink a {
	background: url(../img/common/arrow_pink.png) no-repeat left 3px;
	-moz-background-size: 10px 9px;
	     background-size: 10px 9px;
	padding-left: 15px;
}

/* --------------------------------------------------
MARGIN
-------------------------------------------------- */
.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.noMargin {
	margin: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}


/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix {
	overflow: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

/* --------------------------------------------------
display
-------------------------------------------------- */
.none {
	display: none !important;
}

/* --------------------------------------------------
Float
-------------------------------------------------- */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* --------------------------------------------------
画像
-------------------------------------------------- */
.img100 {
	width: 100%;
}

.img80 {
	width: 80%;
}

.min300 {
	min-width: 300px;
	height: auto;
}

/* --------------------------------------------------
テキスト
-------------------------------------------------- */
.center {
	text-align: center !important;
	margin: 0 auto;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.bold {
	font-weight: bold !important;
}

.orangeTxt {
	color: #a96a2d !important;
}

.enjiTxt {
	color: #8b4767 !important;
}

.whiteTxt {
	color: white !important;
}

.lsp01 {
	letter-spacing: 0.1em !important;
}

.lsp02 {
	letter-spacing: 0.2em !important;
}

/*------------------------------------------------------
段組み（インデント）
------------------------------------------------------*/
.indent_1 {
	padding-left: 1em;
	text-indent: -1em;
}

/* --------------------------------------------------
背景
-------------------------------------------------- */
.dot_bg1 {
	background: url(../img/common/dot_bg1.gif) repeat;
}

.cap_bg {
	background: url(../img/common/cap_bg.png) repeat;
}

/* --------------------------------------------------
水平線
-------------------------------------------------- */
.dot_line1 {
	border: none;
	border-top: dotted 1px #cccccc;
	height: 1px;
	color: #ffffff;
	margin: 0 auto 25px;
}

.solid_line1 {
	border: none;
	border-top: solid 1px #cccccc;
	height: 1px;
	color: #ffffff;
}

/* --------------------------------------------------
見出し
-------------------------------------------------- */
h3 {
	font-size: 150% !important;
	line-height: 185% !important;
}

h4 {
	background: url(../img/common/cap_circle01.png) no-repeat left 4px;
	padding: 3px 0 0 25px;
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-size: 116.7% !important;
	font-weight: bold;
}

.input_name {
	width: 40%;
	max-width: 250px;
}

.input_txt {
	width: 100%;
	max-width: 600px;
}

/*------------------------------------------------------
font awesome
------------------------------------------------------*/
.icon_fa-square:before {
	content: "\f0c8";
	font-family: FontAwesome;
	display: block;
	text-align: center;
	float: left;
	margin-right: 6px;
	width: 1em;
	font-size: 80%;
	color: #a96a2d;
}

/*------------------------------------------------------
footer sns
------------------------------------------------------*/
#ft_sns {
	position: absolute;
	top: -120px;
}

#ft_sns li {
	float: left;
	margin-right: 20px;
}

#ft_sns li a {
	color: #ffffff;
	display: block;
	font-size: 13px;
	padding: 1px 5px;
	        border-radius: 2px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
}

#ft_sns li.fbpagebtn a {
	background-color: #3b5998;
}

#ft_sns li.twbtn a {
	background-color: #55acee;
}

/*------------------------------------------------------
page
------------------------------------------------------*/
.so_content_title {
	margin-top: 50px;
	width: 100%;
	padding: 10px 0;
	background-color: #993300;
	color: #ffffff;
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.2em;
}

.so_cont_head {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: url(../img/common/ptn01.png) repeat;
	text-align: left;
	text-indent: 1em;
	border-top: #ffdcbd solid 1px;
	border-bottom: #ffdcbd solid 1px;
}

.section {
	position: relative;
	margin-top: 30px;
	padding-top: 10px;
}



ul.so_category li {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 15px;
}

ul.so_category li:first-child {
	margin-right: 0;
}

ul.so_category li.shimonoseki {
	background-color: #b26046;
}

ul.so_category li.yamaguchi {
	background-color: #339189;
}

ul.so_category li.shunan {
	background-color: #ab3944;
}

ul.so_category li.ube {
	background-color: #ae6a83;
}

ul.so_category li.iwakuni {
	background-color: #998485;
}

ul.so_category li.hagi {
	background-color: #9ca242;
}

ul.so_category li.ippan {
	background-color: #504647;
}

ul.so_category li.muryo {
	background-color: #ad5925;
}

dl.data {
	width: 100%;
	border-top: solid 1px #cccccc;
}

dl.data dt {
	float: left;
	padding: 10px 0;
}

dl.data dd {
	padding: 10px 0 10px 9em;
	border-bottom: solid 1px #cccccc;
}

/*------------------------------------------------------
ページ先頭へ戻るボタン
------------------------------------------------------*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	background-color: rgba(214, 123, 19, 0.55);
	border: 3px solid #ffffff;
	text-align: center;
	line-height: 50px;
	z-index: 9997;
}
