@charset "UTF-8";

/* p_list
----------------*/

.p_list {
	margin-bottom: 30px;
}

.p_list ul {
	padding: 7px 7px 1px 7px;
}

.p_list li {
	position: relative;
	border-bottom: 2px dotted #666666;
	padding-top: 10px;
}

.p_list li:nth-child(odd) {
	background: url(../s_images/p_list/bg.png);
}

.p_list li a {
	display: block;
	color: #666;
}

.p_list li a:hover {
	text-decoration: none;
}

.p_list .bnr {
	float: left;
	max-width: 155px;
	width: 35%;
	padding: 3px 10px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.p_list .col_l {
	float: left;
	width: 65%;
	padding: 0 20px 22px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.p_list .title {
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
}

.p_list .coin {
	color: #c33;
	font-size: 14px;
	font-weight: bold;
	background: url(../s_images/p_list/coin.png) no-repeat left 5px;
	padding-left: 22px;
}

.p_list .coin span {
	font-size: 18px;
}

.p_list .col_r {
	position: absolute;
	right: 0;
	bottom: 8px;
	padding-top: 47px;
	background: url(../s_images/p_list/arrow.png) no-repeat right top;
}

.p_list .joken {
	font-size: 11px;
}

.p_list .joken span {
	line-height: 1.5;
	display: inline-block;
	width: 30px;
	font-size: 10px;
	font-weight: bold;
	background-color: #c33;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	padding-top: 1px;
	margin-right: 5px;
}

.p_list .cat_wrap {
	padding-right: 30px;
}

.p_list .cat_wrap p{
	font-size: 10px;
	display: inline-block;
	padding: 1px 2px 0 2px;
	color: #fff;
	border-radius: 5px;
}

/* p_detail_info
----------------*/

.p_detail_info {
	margin-bottom: 20px;
}

.p_detail_info .info {
	padding: 7px 7px 1px 7px;
}

.p_detail_info .inner {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.2;
	display: block;
	font-size: 11px;
	color: #666;
}

.p_detail_info .title {
	font-size: 12px;
	color: #0099cc;
	margin-bottom: 5px;
	font-weight: bold;
}

.p_detail_info .col_l {
	float: left;
	max-width: 155px;
	width: 35%;
	padding: 3px 10px 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.p_detail_info .col_r {
	float: left;
	width: 65%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.p_detail_info .kakutoku {
	font-size: 18px;
	color: #cc3333;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
}

.p_detail_info .joken_wrap span {
	display: inline-block;
	width: 30px;
	font-size: 10px;
	font-weight: bold;
	background-color: #999;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.p_detail_info .joken_wrap .joken span {
	background-color: #c33;
}

.p_detail_info .title {
	margin-bottom: 10px;
	background: url(../s_images/p_detail/info_title_bg.png);
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

.p_detail_info .cat_wrap {
	margin-bottom: 15px;
}

.p_detail_info .cat_wrap .inner {
	float: right;
	padding-right: 30px;
}

.p_detail_info .cat_wrap p{
	font-size: 10px;
	display: inline-block;
	padding: 1px 2px 0 2px;
	color: #fff;
	border-radius: 5px;
}

.p_detail_info .text {
	margin: 0 30px;
}

/* p_detail_get_btn
----------------*/

.p_detail_get_btn {
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
	background: url(../s_images/p_detail/get_btn_bg.png);
}

.p_detail_get_btn2 {
	margin-top: 40px;
}

/* mypage_nav
----------------*/

.mypage_nav {
	margin: 0 4px 20px 3px;
}

.mypage_nav .bgtb {
	padding: 6px 0;
	background: url(../s_images/mypage/nav_bg.png);
	border-radius: 4px;
}

.mypage_nav .bg {
	background-color: #3399cc;
}

.mypage_nav .inner {
	padding: 0 6px 6px 6px;
}

.mypage_nav .list {
	background-color: #fff;
	padding: 15px 25px 15px 25px;
	border-radius: 6px;
}

.mypage_nav .list li {
	margin-bottom: 6px;
}

.mypage_nav .list li a {
	position: relative;
	display: block;
	line-height: 31px;
	background: url(../s_images/mypage/nav_list_bg.png);
	border: 1px solid #d8d8d9;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);;
	color: #09c;
	font-size: 12px;
	font-weight: bold;
}

.mypage_nav .list li a:before {
	content: url(../s_images/mypage/nav_arrow.png);
	position: absolute;
	right: 15px;
	top: 3px;
}

.mypage_nav .list li a:hover {
	text-decoration: none;
}

.mypage_nav .list li .icon {
	display: inline-block;
	width: 57px;
	height: 31px;
	border-right: 1px solid #d8d8d9;
	text-align: center;
}

.mypage_nav .list li .icon img {
	vertical-align: middle;
}

.mypage_nav .list li .name {
	display: inline-block;
	padding-left: 10px;
	line-height: 31px;
}

/* m_con
----------------*/

.m_con {
	padding-bottom: 20px;
}

.m_con h2 {
	margin-bottom: 10px;
}

.m_con table {
	margin-bottom: 15px;
}

.m_con hr {
	border: none;
	height: 5px;
	margin: 15px 0;
	background: url(../s_images/mypage/hr_bg.png);
}

.m_con input[type=text] {
	color: #999;
}

.m_con .text {
	margin-bottom: 15px;
	padding: 0 10px 0 10px;
}

.m_con .change_btn_wrap {
	position: relative;
}

.m_con .change_btn {
	position: absolute;
	right: 0;
	top: 0;
}

.m_3_con .bnr {
	margin-bottom: 20px;
	text-align: center;
}

.m_con .change_btn a {
	display: block;
	line-height: 30px;
	border-left: 1px solid #ccc;
	background-color: #09c;padding: 0 5px;
	color: #fff;
}

.m_con .submit {
	text-align: center;
	margin-bottom: 20px;
}

.m_con .mes_lsize {
	font-size: 18px;
	color: #184b79;
	font-weight: bold;
	margin: 20px 10px 20px 10px;
}
.m_con .pointch {
	background-image: url(../s_images/mypage/pchange_title.jpg);
	height: 42px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: small;
	text-indent: 40px;
	padding-top: 16px;
}

.idx {
	background-image: url(../s_images/title_normal.png);
	height: 30px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: small;
	text-indent: 45px;
	padding-top: 16px;
}

.idx_time {
	background-image: url(../s_images/title_normal_y.png);
	height: 30px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: small;
	text-indent: 45px;
	padding-top: 16px;
}

.idx_info {
	background-image: url(../s_images/title_normal_b.png);
	height: 30px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: small;
	text-indent: 45px;
	padding-top: 16px;
}

.idx_star {
	background-image: url(../s_images/title_star_p.png);
	height: 30px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: small;
	text-indent: 45px;
	padding-top: 16px;
}

.idx_oni {
	background-image: url(../s_images/oni_bar.png);
	height: 30px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: small;
	text-indent: 45px;
	padding-top: 16px;
}

.m_3_con .bnr img{
	margin: 0 5px 10px 5px;
}

.m_3_1_con input[type=text] {
	padding: 5px;
	width: 74px;
}

.m_5_con td {
	padding: 10px 15px;
}

.m_5_con input[type=text] {
	padding: 5px;
	width: 100%;
	max-width: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m_6_con td {
	padding: 10px 15px;
}

.m_6_con input[type=text] {
	padding: 5px;
	width: 100%;
	max-width: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m_7_con .at {
	font-size: 18px;
	font-weight: bold;
	color: #09c;
}

.m_7_con td {
	padding: 10px 15px;
}

.m_7_con input[type=text] {
	padding: 5px;
	width: 100%;
	max-width: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ctmsg {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: inherit;
}

.pr_box2 {
	margin-bottom: 15px;
	text-align:center;
}

.pr_box2 table {
	border:none;
	border-collapse: 0;
	border-spacing: 0;
	width:100%;
}

.pr_box2 th {
	border: 1px dotted #c5c5c5;
	padding: 1px 0;
	background-color: #fff;
	text-align:center;
}

.pr_box2 th img {
	vertical-align: middle;
}

.pr_box2 td {
	padding-top: 5px;
}

.pr_box3 {
	margin-bottom: 15px;
	text-align:center;
}

.pr_box3 table {
	border-collapse: 0;
	border-spacing: 0;
	width:100%;
}

.pr_box3 th {
	border: 1px dotted #c5c5c5;
	padding: 1px 0;
	background-color: #fff;
	text-align:center;
}

.pr_box3 th img {
	vertical-align: middle;
}

.pr_box3 td {
	padding-top: 5px;
}

.ads-container {
    width: 100%;
    min-height: 393px;
    display: block;
    text-align: center;
}

.bt_point {
	background-color: #ff3333 !important;
	border-color: #fff !important;

}
#ats-third-party-wrapper
{
	margin: 5px auto !important; 
}

.pr_box_video
{
/*
	width:100%;
	background-color: gray;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	padding:0px auto;
*/
  height: 150px;
}

.img-responsive
 {
  display: block;
  max-width: 100%;
  height: auto;
}

.bnr_m_wrap .bnr_m11 {
	float: left;
	padding: 0 5px;
}
.bnr_m_wrap .bnr_m12 {
	float: right;
	padding: 0 5px;
}
