@charset "utf-8";
/*=========================共通========================*/
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background: #fff;
	color: #000;
	font-family: "Lucida Grande", Helvetica, Arial, "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 12px;
	line-height:1.6;
}

div,p,li,dt,dd,th,td {
word-wrap: break-word;
}

img {
	border-style:none;
	vertical-align:bottom;
	width:100%;
	height:auto;
}

small,i,var {
	font-style: normal;
	font-weight: 400;
	font-size: 100%;
}
small {
	font-size: 80%;
}

a {
    color: #002e5c;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
	color: #008546;
}

/* .container-wrap */
.content-wrapper {
	width: 100%;
}

#contents{
    margin:0 auto;
	padding: 0;
}

.main-contents{
	background-color:#FFFBF2;
	margin:15px auto;
	position:relative;
	width: 100%;
	max-width: 640px;
	box-shadow: 0 0 2px 2px #F1EDEE;
}

.main-box{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

.mT5 {
	margin-top: 5px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mT25 {
	margin-top: 25px;
}

.mT30 {
	margin-top: 30px;
}

.mT35 {
	margin-top: 35px;
}

.mT40 {
	margin-top: 40px;
}

.fC-red {
	color: #70223a;
}

#footer-2-pc {
	position: relative;
	background-color: #fffdf8;
    text-align: center;
	line-height: 54px;
	height: 54px;
	font-size: 8px;
	margin: 0 auto;
	color: #002e5c;
 }
/*=========================/共通========================*/

/*========================ボタン設定========================*/
/*
.btn-entry a {
    display: block;
	margin: 0 auto;
}
 
.btn-entry a:hover {
    background-position: 0 -99px;
}
*/
/*=========================/ボタン設定========================*/

/*========================個別指定========================*/
.main-contents h1 {
margin-bottom:30px;
}
.main_bn {
margin:30px 5px 0;
}
.main_att {
margin-top:30px;
padding:30px 20px;
text-align:left;
background:#FDEEF5;
}
.main_att a {
color:#E40013;
text-decoration:underline;
}
.main_att a:hover {
text-decoration:none;
}
.main_att dt {
min-height:33px;
line-height:33px;
margin:35px 0 15px 0;
padding-left:47px;
font-size:20px;
background:url(http://pntc.ponta.jp.cdngc.net/cdn/campaign/tkp1802/sp/img/ic_01.png) no-repeat left top;
}
.main_att dt:first-child {
margin-top:0;
}
.main_att dd {
line-height: 1.7;
font-size:14px;
color:#505050;
}
.main_att dd ul li {
text-indent:-1em;
margin-left:1em;
}
.main_cp {
height:50px;
line-height:50px;
text-align:center;
font-size:17px;
color:#666666;
background:url(http://pntc.ponta.jp.cdngc.net/cdn/campaign/tkp1802/sp/img/foot_bg.png) no-repeat center bottom;
}

