@charset "shift_jis";

/* ****************************************************
Title: base.css
Created: 2010-07-13
Last Modified: 2010-07-23
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# gNav
# topicPath
# pageBody
# content
# sidebar
# footer
# clearfix

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */
.formContents{padding:5px 10px;}
a    { color: #666; text-decoration: underline;}
a:hover   { text-decoration: none;}

.bHead {
	background: url(../images/bg_bh.gif) no-repeat 0 0;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 15px 17px;
}


.mHeadTitle {
	background: url(../images/bg_mh.gif) no-repeat 0 0;
	font-size: 100%;
	font-weight: bold;
	padding: 9px 10px 9px 13px;
}

.mHead {
	background: url(../images/ico_arrow06.gif) no-repeat left center;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 3px 0 0 14px;
}

.ssheadTitle {
	background:url(../images/ico_square01.gif) no-repeat 0 center;
	clear:both;
	color: #0f1e61;
	font-weight:bold;
	padding:0 0 0 12px;
}

/* # body
---------------------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	min-width: 934px;
}

.smallview{
	font-size: 90%;
}

.fontNormal{
	font-size: 100%;
}

.largeview{
	font-size: 120%;
}


/* # layout
---------------------------------------------------------------------------- */

div#layout {
	background: #f7f7f7;
}


/* # header
---------------------------------------------------------------------------- */

div#header {
	background: #fff;
	padding: 11px 0 0 0;
}

div#header div#headerInner {
	margin: 0 auto;
	padding: 0 0 13px 0;
	position: relative;
	width: 710px;
	height:100px;
	background: #fff;
}

div#header div#headerInner #headText {
	color: #666;
	left: 2px;
	top: 4px;
	position: absolute;
	background: #fff;
	font-size:80%;
}

div#header div#headerInner p#logo {
	float: left;
	padding:28px 0 0 0;
}



div#header div#headerInner div.fontSize {
	float: right;
	margin: 7px 0 0 0;
}

div#header div#headerInner div.fontSize dl {
	background: url(../images/bg_fontsize.gif) no-repeat left top;
	float: left;
	padding: 0 5px 2px 0;
	line-height: 1;
	width: 144px;
}

div#header div#headerInner div.fontSize dl dt {
	font-size: 0;
	float:left;
	padding: 5px 9px 0 7px;
}

div#header div#headerInner div.fontSize dl dd {
	padding: 2px 0 0 0;
	float: left;
}

div#header div#headerInner div.fontSize dl dd ul li {
	float: left;
	margin: 0 0 0 10px;
}

div#header div#headerInner div.fontSize p {
	padding: 2px 0 0 5px;
	float: left;
}

div.fontSize dl dd ul li a {
	display: block;
	text-indent: -9999px;
	outline: none;
	height: 17px;
	width: 16px;
}

div.fontSize dl dd ul li#fontSmall,
div.fontSize dl dd ul li#fontSmall a {
	background: url(../images/txt_small.gif) no-repeat left top;
}

div.fontSize dl dd ul li#fontSmall a:hover,
div#header div.fontSize dl dd ul li#fontSmall a.selectedtoggler,
div#header div.fontSize dl dd ul li#fontSmall a.selectedtoggler:hover {
	background: url(../images/txt_small_o.gif) no-repeat left top;
}

div.fontSize dl dd ul li#fontNormal,
div.fontSize dl dd ul li#fontNormal a {
	background: url(../images/txt_medium.gif) no-repeat left top;
}

div.fontSize dl dd ul li#fontNormal a:hover,
div#header div.fontSize dl dd ul li#fontNormal a.selectedtoggler,
div#header div.fontSize dl dd ul li#fontNormal a.selectedtoggler:hover {
	background: url(../images/txt_medium_o.gif) no-repeat left top;
}

div.fontSize dl dd ul li#fontLarge,
div.fontSize dl dd ul li#fontLarge a {
	background: url(../images/txt_large.gif) no-repeat left top;
}

div.fontSize dl dd ul li#fontLarge a:hover,
div#header div.fontSize dl dd ul li#fontLarge a.selectedtoggler,
div#header div.fontSize dl dd ul li#fontLarge a.selectedtoggler:hover {
	background: url(../images/txt_large_o.gif) no-repeat left top;
}

* html div.fontSize dl dd ul li#fontLarge {
	margin-left: 5px!important;
}



/* # pageBody
---------------------------------------------------------------------------- */

div#pageBody {
	margin: 0 auto;
	padding: 2px 0 17px 0;
	width: 710px;
	font-size:90%;
}
#pageBody a{color:#0f1e61;
}

/* # content
---------------------------------------------------------------------------- */


div#content div#contentInner {
	background: url(../images/bg_content.gif) no-repeat 0 bottom;
	padding-bottom: 11px;
}


div#content div.sectionBlock {
	background: url(../images/bg_section_top.gif) no-repeat 0 0;
	padding-top: 8px;
}

div#content div.sectionBlock div.section {
	background: url(../images/bg_section.gif) repeat-y 0 0;
}

p.pageTop {
	clear: both;
	padding: 7px 1px 0 0;
	text-align: right;
	font-size:90%;
}

p.pageTop a {
	background: url(../../common/images/ico_pagetop.gif) no-repeat 0 center;
	color: #0f1e61;
	padding: 0 0 0 15px;
}




/* # footer
---------------------------------------------------------------------------- */

div#footer {
	background: #fff url(../images/bg_footer.gif) repeat-x left top;
	clear: both;
}


div#footer p#copyright {
	background: url(../images/bg_copyright.gif) repeat-x left top;
	clear: both;
	font-size: 0;
	text-align: center;
	padding: 5px 0 5px 0;
}

div#footer p#copyright img {
	margin: 0 auto;
	width: 296px;
}


/* Table Of Contents
----------------------------------------

# Reset 'Browser standard style'

----------------------------------------*/


/* # Reset 'Browser standard style'
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,caption,cite,code,dfn,var {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


img { 
	border: 0; 
	vertical-align: bottom;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th { text-align: left; }

fieldset { border: 0; }

hr { display: none; }

ol, ul { list-style: none; } 

q:before, q:after { content: ''; } 

abbr, acronym { border: 0; }

em { font-style: normal; }











/* Table Of Contents
----------------------------------------

# stay
# content
# shokokin
# nokai
# clearfix

----------------------------------------*/




/* # content
---------------------------------------------------------------------------- */

div#content div.sectionBlock {
	margin-top: 5px;
}

div#content div.section div.sectionInner {
	padding: 0 5px 0 5px;
}

div.sectionInner div.sectionInfo {
	padding: 12px 10px 8px 10px;
}

div.sectionInner div.sectionInfo div.sectionContent {
	border: 1px solid #c6c6c6;
	color: #000;
	clear: both;
	margin: 0 0 10px 0;
	padding: 8px 11px 12px 11px;
}

div.sectionInner div.sectionInfo div.sectionContent h4 {
	margin-bottom: 5px;
}

div.sectionInner div.sectionInfo div.nokaiSection {
	margin: 0 0 10px 0;
}

div.sectionInner div.sectionInfo div.sectionContent a {
	color: #0f1e61;
}

div.sectionInner div.sectionInfo div.sectionContent h4 {
	font-weight: bold;
}

div.sectionInner div.sectionInfo  p.nokaiNote {
	padding: 9px 0 0 0;
}



strong.caution{color:red;
	margin-left:10px;}
strong.caution2{color:red;
}

table.styleTable{
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	width: 100%;
}

table.styleTable tr th {
	background: #1a5eae;
	color:#ffffff;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	width:30%;
}


table.styleTable tr td {
	border: 1px solid #ccc;
	padding: 5px;
	width:70%;
}

table.styleTable tr td.sizeM{
	width: 20%;
}

table.styleTable tr td.size {
	width: auto!important;
}



input.simei{width:140px;}


input.jyusho{width:390px;}

input.mailadd{width:210px;}

textarea{width:100px;}

.submit{margin:20px 0px 0xp 0px;
	text-align:center;
	
}
.submit2{margin:20px 0px 0xp 0px;
	/* text-align:right; */
	
}

#submit input{margin:30px ;
	width:170px;
	height:40px;
}

#submit2 input{margin:10px ;
	width:170px;
	height:30px;
}

p.siryou{margin:10px 0px;
	font-size:90%;}
table{font-size:90%;}

.seminarimg{margin:10px auto;
	text-align:center;
}
.margin10{margin:10px;
}

/*2012/08 アンケート */

ul.ulRed{border:1px solid #ffc3c3;
	margin:0.5em 1em;
	padding:10px;
	background:#f0f0f0;
}
ul.ulRed li{text-indent:-1em;
	margin-left:1em;
	
}



table.table1{margin:5px 0px 10px 0px;
}
table.table1 th{padding:10px 0px;
	text-indent:1em;
	width:120px;
	font-weight:bold;
	background:#E7E7E7;
	border-bottom:2px #fff solid;
}
table.table1 td{padding:10px;
	border-bottom:dotted 2px solid #e7e7e7;
}
/*
input:focus,
select:focus,
textarea:focus{background-color:#FCF;
}
*/
.fontRed{color:red;
}
.marginTop{margin-top:1em;
}
:disabled{background:#A0A0A4;
}

dl.formDl dt{padding:10px;
	font-weight:bold;
	background:#e7e7e7;
}
dl.formDl dt strong{color:red;

}
dl.formDl dt span{font-weight:normal;
}

dl.formDl dd{padding:10px;
	margin-bottom:15px;
}

div#onlineSakimono,
div#presto,
div#station,
div#touch,
div#mobile,
div#diasp,
div#diasl{border:3px solid #ccc;
	padding:10px;
	margin-bottom:20px;
	margin-left:15px;
}

.colorCCC{color:#666;
}


input#txtName,input#txtLogin{width:500px;
}
input#onlineSakimono1,
input#onlineSakimono4{width:40px;
	background:#A0A0A4;
}
input#onlineSakimono2{width:300px;

}
textarea#onlineSakimono3,
textarea#onlineSakimono5,
textarea#presto2,
textarea#station2,
textarea#touch2,
textarea#mobile2,
textarea#diasp2,
textarea#diasl2,
textarea#etc{width:580px;
	height:100px;

}
textarea#txtkikkake1,
textarea#txtkikkake2{width:620px;
	height:100px;
}


.formCk{font-weight:bold;
	background:#CFC;
	border:2px solid #ccc;
	
}

p.txtAnswer{border:2px solid #CCC;
	padding:5px 10px 2px 10px;
	font-size:18px;
	font-weight:bold;
	background:#CFC;
}

.floatLeft{float:left;
}
.width30{width:30px;
}
.width300{width:300px;
}
.width520{width:520px;
}

div.questionnaire ul{margin:5px 0px 5px 2em;}

table.tableForm th{padding:10px;
	font-weight:bold;
	background:#E7E7E7;
	border-bottom:2px #fff solid;
}

table.tableForm thead th{background:#1a5eae;
	color:#ffffff;
	border:1px solid #ccc;
}

table.tableForm td{padding:10px;
	border:1px solid #ccc;
}

/* 2012/12/19 */
div.premiumTokuten{margin:10px;
	padding:10px;
	border:1px solid #cccccc;
	background:#f7f7f7;
	clear:both;
}

p.answer{margin:10px;
	text-decoration:underline;
}
input.answer{width:600px;
	margin:10px;
	background:none;
	color:#000;
	border:none;
	text-decoration:underline;
}

div.sectionInner p.topImage{margin:10px auto 10px auto;
	text-align:center;
}

/* 2013年2月　フォーム一新 */
p.alignCenter{text-align:center;
	margin:0px auto;
	padding:5px;
}
div.formAttention{
	border:#ccc 1px solid;
	margin:10px 0px;
	padding:10px;
	background:#fff4f4;
	clear:both;
}
div.formAttention p{
	color:red;
	font-weight:bold;
}
ul.listKome{
	margin-left:2em;
}
ul.listKome li{
	text-indent:-1em;
}

div.sectionForm{
	margin:10px;
	padding:10px;
	clear:both;
}
ul.formStatus{
	margin:10px 20px 0px 20px;
	clear:both;
}
ul.formStatus li{
	float:left;
	margin-right:10px;
	background:#ccc;
	color:#fff;
	padding:5px 25px;
	font-weight:bold;
}
ul.formStatus li.formStatus1{
	background:none;
	padding:5px 0px;
	color:#000;
}
ul.formStatus li.formactive{
	background:#1a5eae;
}
ul.formStatus li.formStatusNone{
	background:none;
	color:#ccc;
	margin:0px;
	padding:0.5em 5px 0 0;
}
li.paddingTop5em{
	padding-top:0.5em;
}

ul.formJyoukyou li{
	font-weight:bold;
	float:left;
	margin:0px 1px;
}

table.styleTable2,
table.styleTable2 th,
table.styleTable2 td{
	border-collapse:collapse;
	border:1px solid #ccc;
	padding:7px 5px 3px 5px;
}
table.styleTable2{
	width:100%;
	table-layout: fixed;
}
table.styleTable2 th span,
table.styleTable2 td span{
	font-size:85%;
	color:#434343;
}
span.hissu{
	background:red;
	padding:2px 15px 1px 15px;
	color:#fff!important;	
}
table.styleTable2 th{
	font-weight:bold;
	background-color:#EAEAEA;
}
table.styleTable2 th p{
		font-weight:bold;
}
table.styleTable2 th p span{
	font-weight:normal;
}
table.styleTable2 td{
	padding:14px 0px 3px 10px;
}
table.styleTable2 td p.floatLeft{
	margin-right:15px;
}
table.styleTable2 col.width110{
	width:110px;
}
table.styleTable2 col.width130{
	width:130px;
}

table.styleTable2 col.width150{
	width:160px;
}

/* 入力欄　*/
p.formUnder,
p.formUnder2{float:left;}
p.formUnder2{padding-top:0.5em;
	margin:0 0.2em 0 0.2em;}

.formSimei,
.formYubin1,
.formYubin2,
select.formtodoufuken,
.formjyusho,
.formtel,
.formmail{
	border:#FFBFFF 4px solid;
}
.formSimei{width:200px;}
.formOld{width:30px;}
.formShokugyou{width:300px;}
.formYubin1{width:3em;}
.formYubin2{width:4em;}
.formjyusho,.formjyusho2{width:430px;}
.formtel{width:5em;}
.formmail{width:28em;}
.formQ{width:500px;
	height:100px;}
.formQck{width:510px;
	height:100px;
	background:none;
	border:none;
	font-size:90%;
	margin:0px;
	padding:0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.formQck{font-size:12px;
	padding:5px;}
}
.siryouCsv{clear:both;
	padding-top:10px;
	margin:0px 20px 0px 20px;
}
input,select,textarea{height:19x;
	font-size:16px;
	padding:5px 3px 2px 5px;
	background:#FF9;
}
select{padding:3px 0px 2px 5px;}
input:focus,
select:focus,
textarea:focus,
radio:focus{
	background:#fce6fc;
}
ul.formlist{
	padding:5px 0px 5px 0px;
	clear:both;
}
ul.formlist li{
	float:left;
	margin-right:20px;
}
ul.premiumIrai li{
	margin:0px 0px 7px 0px; 
}
.kome{
	text-indent:-1em;
	padding-left:1em;
}


/*　注意事項 (正) */


p#attention202007Day{
	margin:1em 0.3em!important;
	font-weight:bold;
}


div.secAttentionBox202007 {
	background: url(../images/bg_section_top.gif) no-repeat 0 0!important;
	padding-top: 8px!important;
	margin-top:0.5em!important;
	font-size:0.9rem;
}
div.secAttentionBox202007 div.secAttentionBox202007Line {
	background: url(../images/bg_section.gif) repeat-y 0 0!important;
	margin:0!important;
}
div.secAttentionBox202007Bottom{
	background:url(../images/bg_content.gif) no-repeat bottom!important;
	margin:0!important;
	padding:0 5px 20px 5px!important;
}

div.secAttentionBox202007h3{
	margin:0 5px 1rem 5px;
}

div.secAttentionBox202007Bottom h2.mHeadTitle{
	margin:0!important;
}
