@charset "Shift_JIS";


#pagebody_popup {
    font-size: 13px;
	padding:15px 25px 10px 25px;
	background:#FFFFFF;
    text-align: left;
}
h1.ico-q {
	background: url(../images/ico_q.png) no-repeat;
	font-size:17px !important;
	font-weight:bold;
	border-bottom:#CCCCCC 1px solid;
	margin:0px 0px 20px 0px;
	padding:8px 0px 15px 45px;
}
h1.ico-none {
	font-size:17px !important;
	font-weight:bold;
	border-bottom:#CCCCCC 1px solid;
	margin:0px 0px 20px 0px;
	padding:8px 0px 5px 5px;
}
ul.mainArea {
	margin:0px;
	padding:0px;
	list-style:none;
}
/* mainArea ワイド550 1set */
li.txt_01 {
	width:295px;
	float:left;
}
li.img_01 {
	width:240px;
	text-align:center;
	float:right;
}
/* mainArea ワイド550 1set */
li.txt_02 {
	width:355px;
	float:left;
}
li.img_02 {
	width:180px;
	text-align:center;
	float:right;
}
/* mainArea ワイド550 1set */
li.txt_03 {
	width:400px;
	float:left;
}
li.img_03 {
	width:135px;
	text-align:center;
	float:right;
}
.close {
	text-align:center;
	margin:15px 0px 0px 0px;
	clear:both;
}
#copyright {
    border-top: 1px solid #CCCCCC;
    clear: both;
    margin: 20px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
a.words {
	/*点線リンク(最初の状態)*/
	text-decoration:none;
	border-bottom:1px dashed #43677E;
	background: url(../images/ico_q-small.png) no-repeat right 0px;
	margin-right:3px;
	padding-right:15px;
}
a.words {
	/background: none;
	/margin-right:0px;
    /padding-right: 0px;
}
a.words span.words_ie {
	/text-decoration:none;
	/border-bottom:1px dashed #43677E;
	/background: url(../images/ico_q-small.png) no-repeat right 0px;
	/margin-right:3px;
	/padding-right:15px;
	/margin-left: -0.3em !important;
}


a.words:hover,a.words:active {
	border-bottom:1px solid #C41230;
	text-decoration:none;
}

table.GrayTbl {
	width:100%;
    border: 1px solid #E3E3E3;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
}
table.GrayTbl th {
    background: #F0F0F0;
    border-color: #E3E3E3;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 5px 10px;
}
table.GrayTbl th.wm {
    background: none;
	width:25%;
	white-space:nowrap;
}
table.GrayTbl td {
    border-color: #E3E3E3;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 10px 10px;
}

/*===========================================
	color
=============================================*/
.red {
	color: #C61B38;
}

/*===========================================
	num-indent
=============================================*/
.num-indent {
	text-indent:-1.5em;
	padding-left:1.5em;
}

.txt10 {
	font-size:85%;
}


@media (max-width: 640px) {
#pagebody_popup {
	width: auto;
    margin: 0px;
	padding:15px;
}
#pagebody_popup div#popupBox {
	width: auto;
    margin: 0px;
	overflow: inherit;
}
h1.ico-q {
	padding:2px 0px 10px 30px;
	background-size:25px;
}
li.txt_01,
li.txt_02,
li.txt_03 {
	width: auto;
	float: none;
}
li.img_01,
li.img_02,
li.img_03 {
	width: auto;
	float: none;
	margin-top:15px;
}
li.img_01 img,
li.img_02 img,
li.img_03 img {
	max-width: 100%;
	height:auto;
}
#copyright {
	display:none;
}
	
}


/*===========================================
	clearfix 
=============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*===========================================
	Space
=============================================*/
.mt_00 {
	margin-top: 0px;
}
.mt_02{
	margin-top: 2px;
}
.mt_03{
	margin-top: 3px;
}
.mt_05{
	margin-top: 5px;
}
.mt_07{
	margin-top: 7px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_25 {
	margin-top: 25px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_35 {
	margin-top: 35px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_45 {
	margin-top: 45px;
}
.mt_50 {
	margin-top: 50px;
}
