@import url(include.css?20190618);


/* =Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.6;
	behavior:url("/js/csshover.htc");
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Fonts
-------------------------------------------------------------- */
body {
	font: 12px/1.5 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
	/*font: 14px/18px "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
	/*font: 14px/18px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;*/
}
#Mainmenu ul li a {
	font-size: 14px;
}


/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: middle;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul {
	list-style: disc;
	margin: 0 0 15px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 15px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 15px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 15px;
}
input[type="text"] {
	background: #ffffff;
	/*background: #f7f7f7;*/
	border: 1px solid #ccc;
	height: 1.5em;
	line-height: 1.5em;
	padding-left: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*color: #999;*/
	color: #333;
	vertical-align: middle;
}
textarea {
	/*background: #f7f7f7;*/
	background: #ffffff;
	border: 1px solid #ccc;
	line-height: 1.5em;
	padding-left: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*color: #999;*/
	color: #333;
	vertical-align: middle;
}
input:focus,
input.focused{
	color: #333;
}
a,
a:link {
	color: #132f89;
	text-decoration: none;
}
a:visited {
	color: #132f89;
	/*color: #551A8B;*/
}
a:active,
a:hover {
	color: #ff4b33;
	/*text-decoration: underline;*/
}
a#search_more_trigger:link, 
a#search_more_trigger:visited {
	color: red; /*#ff4b33;*/
}

/* =CSS Library
-------------------------------------------------------------- */

/* 画像 */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置 */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;;}
.middle	{vertical-align: middle !important;;}
.bottom	{vertical-align: bottom !important;;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap !important;}
.bold	{font-weight: bold !important;}

/* 余白 */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 10px !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

/* table.normal */
table.normal{
	font-size: 12px;
	margin: 15px 25px 20px 25px;
	border: 0;
}
table.normal th,
table.normal td{
	border-bottom: 1px solid #d6d6d6;
	vertical-align: middle;
	padding: 10px 7px;
}
table.normal td.line1{
	border-left: none;
	background: #f7f7f7;
}
table.normal th{
	text-align: left;
}
table.normal th span{
	display: block;
	font-weight: normal;
	color: #4d4d4d;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
}
table.normal td input{
	height: 16px;
	line-height: 16px;
}
table.normal td input[type="text"]{
	width: 240px;
	height: 18px;
}
table.normal td .add{
	font-size: 11px;
}

table.none,
table.none tr,
table.none th,
table.none td{
	border: 0;
	padding: 3px;
}
table.none td input{
	width: auto;
	margin-right: 7px;
}


/* =キャンペーンページ用
-------------------------------------------------------------- */
#Campaign{
	float: left;
	width: 780px;
}

#Campaign .mainimage{
	margin-bottom: 30px;
}

#Campaign .bnr_mini{
	margin-bottom: 30px;
}
#Campaign .bnr_mini ul{
	margin: 0 -10px 0 0;
	list-style: none;
	width: 790px;
	overflow: hidden;
}
#Campaign .bnr_mini ul li{
	float: left;
	margin: 0 10px 10px 0;
}
#Campaign .bnr_mini ul li a,
#Campaign .bnr_mini ul li a img{
	display: block;
	margin: 0;
}

#Campaign2{
	clear: both;
}
#Campaign2 .gaiyou{
	margin-bottom: 30px;
	background: #f2f2f2;
	padding: 15px;
}
#Campaign2 .gaiyou table{
	clear: both;
	border: 1px solid #cfcfcf;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
#Campaign2 .gaiyou tr th {
	font-weight: bold;
	line-height: 18px;
	padding: 10px;
	border: 1px solid #cfcfcf;
	white-space: nowrap;
	background: #e5e5e5;
	vertical-align: middle;
}
#Campaign2 .gaiyou tr td {
	border: 1px solid #cfcfcf;
	padding: 10px;
}
#Campaign2 .gaiyou tr td ul {
	float: left;
	list-style: none;
	margin: 0;
}
#Campaign2 .gaiyou tr td ul li {
	margin: 0 30px 0 0;
}

#Campaign2 .itemlist {
	margin: 0 -10px 30px 0;
	width: auto;
	overflow: hidden;
}
#Campaign2 .itemlist .cc {
	text-align: center;
	margin: 0 0 15px 0;
}
#Campaign2 .itemlist .item {
	background: #ffff9d;
	margin: 0 -20px 15px 0;
	padding: 10px;
	overflow: hidden;
	width: 976px;
	border: 2px solid #3C2A7E;
}
#Campaign2 .itemlist .item2 {
	background: #ffff9d;
	margin: 0 10px 15px 0;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	width: 1000px;
	float: left;
	width: 475px;
}
#Campaign2 .itemlist .detail {
	background: #fff;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 453px;
	border: 1px solid #fff;
}
#Campaign2 .itemlist .detail2 {
	background: #fff;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	width: 463px;
	float: left;
	border: 1px solid #fff;
}
#Campaign2 .itemlist .title {
	margin-bottom: 15px;
	height: 44px;
}
#Campaign2 .itemlist .title_a { width: 980px; background: url(../event/img/title_a.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_b { width: 980px; background: url(../event/img/title_b.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_c { background: url(../event/img/title_c.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_d { background: url(../event/img/title_d.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_e { background: url(../event/img/title_e.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_f { background: url(../event/img/title_f.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_g { background: url(../event/img/title_g.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h { background: url(../event/img/title_h.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_i { background: url(../event/img/title_i.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_j { background: url(../event/img/title_j.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_k { background: url(../event/img/title_k.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_l { background: url(../event/img/title_l.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_m { background: url(../event/img/title_m.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_n { background: url(../event/img/title_n.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h_a { width: 980px; background: url(../event/img/title_h_a.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h_b { width: 980px; background: url(../event/img/title_h_b.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h_c { width: 980px; background: url(../event/img/title_h_c.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h_d { width: 980px; background: url(../event/img/title_h_d.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h_e { width: 980px; background: url(../event/img/title_h_e.jpg) 0 0 no-repeat; }
#Campaign2 .itemlist .title_h_z { width: 980px; background: url(../event/img/title_h_z.jpg) 0 0 no-repeat; }

#Campaign2 .itemlist .title strong {
	display: block;
	float: left;
	color: #f7e300;
	font-weight: bold;
	font-size: 22px;
	padding-left: 65px;
	line-height: 44px;
}
#Campaign2 .itemlist .title span {
	display: block;
	float: right;
	color: #fff;
	padding-right: 10px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#Campaign2 .itemlist .img {
	display: block;
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}
#Campaign2 .itemlist .img img {
	display: block;
	width: 160px;
	margin: 0 auto 10px auto;
}
#Campaign2 .itemlist .discription {
	display: block;
	float: right;
	width: 280px;
	margin: 0;
	line-height: 1.4;
}


#SideBanner{
	float: right;
	width: 200px;
}
#SideBanner ul{
	margin: 0;
	list-style: none;
}
#SideBanner ul li{
	margin-bottom: 10px;
}
#SideBanner ul li a,
#SideBanner ul li a img{
	display: block;
	margin: 0;
}

.attach_dir {
  margin-bottom: 20px;
}

.attach_dir.top {
  margin-bottom: 5px;
}

.attach_dir a.dir {
  padding: 5px 0 0 20px;
  background: url(/img/dir.png) no-repeat center left;
}

.attach_dir a.dir-top {
  padding: 5px 0 0 20px;
  background: url(/img/dir.png) no-repeat center left;
}

.attach_dir ul {
  padding-left: 20px;
}

.reldoc {
	list-style: none;
  padding-left: 3px;
  margin: 5px;
}
.reldoc li {
  margin-bottom: 5px;
  border-bottom: solid 1px #CCC;
}
.reldoc li:hover {
  background-color: #f7f7f7;
}

.reldoc li span {
  border: solid 1px #CCC;
  background-color: #EEE;
  padding: 0 3px;
  font-size: 12px;
  margin-right: 5px;
}
.reldoc li .sublink {
  text-align: right;
  font-size: 12px;
}
.reldoc li a {
  font-weight: bold;
}

.reldoc li a.sub {
  font-weight: normal;
}


/*twitter*/
.tw-btn {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dfdfdf',GradientType=0 );
    border: #ccc solid 1px;
    border-radius: 3px;
    color: #333 !important;
}
.tw-btn span{
	display: inline-block;
    padding: 0px 5px 0px 23px;
    background: url(/img/tw-logo.png) no-repeat 2px 2px;
    background-size: 18px auto;
	}

	
/*facebook*/
.fb-btn{
	background: url(/img/fb-logo.png) no-repeat 3px 3px #354c8c;
    background-size: 14px;
    padding: 0px 5px 0px 23px;
    display: inline-block;
    font-size: 11px;
    border: 1px solid #354c8c;
    border-radius: 4px;
    color: #fff !important;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    }
.scrap a {
    padding: 1px 0px 1px 22px;
    background: url(/img/icon_scrapbook.gif) left center no-repeat;
    float: right;
    vertical-align: middle;
    font-size: 14px;
}

a.print_b {
   display: block;
    width: 72px;
    height: 24px;
    background: url(/img/btn_print.gif) 0 0 no-repeat !important;
    text-indent: -10000px;
    overflow: hidden;
}

p.date_r {
  text-align: right;
  clear: both;
}

/*20160517 dialogstyle*/
.dialogMainBox {
  font: 12px/1.5 メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
}

.dialogReset {
  clear: both;
}

.dialogMsgA {
  margin: 5px;
}

.dialogBanerBox {
  
}

.dialogContact {
  clear: both;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 10px;
  margin: 10px 0 0 0;
}

.dialogContact p {
  margin-bottom: 15px;
}

.dialogContact .tel, .dialogContact .mail {
  background: #f2590d;
  font-size: 10px;
  padding: 3px 10px;
  color: #fff;
  margin-right: 5px;
}

.addAreaIcon {
  display: block;
  width: 155px;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: url(/img/btn_add.gif) 0 0 no-repeat;
  margin: 15px auto;
}

.PostList a.free{
  background: url(../img/icon_free.png) 0 2px no-repeat !important;
  padding-left: 30px !important;
  background-size: 25px auto !important;
}