@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

----------------------------------------------------------- */       

/*	Reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

/*	 基本設定
----------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	background: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
}
 
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	marign: 0px;
	padding: 0px;
}

p {
	font-size: 100%;
	margin: 0px;
	color: #333;
}

li{
    list-style: none;
}

strong {
	font-weight: normal;
}

address {
	font-style: normal;
}

hr {
	display: none;
}

img {
	border: 0;
}

/* IE:brの余白をクリア clear:both */
.clearHidden {
    margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}


/*
  border、paddingを横幅に内包する  [
----------------------------------------------------------- */

*{ box-sizing: border-box; }

*{ -moz-box-sizing: border-box; }

/*
  よく使うスタイル  [
----------------------------------------------------------- */
.fleft {
	float: left;
}
.clearboth {
	clear: both;
}
.vbottom {
	verticla-align: bottom;
}
.vmiddle {
	verticla-align: middle;
}
.vtop{
	verticla-align: top;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.clear_f:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear_f {
	display: inline-table;
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clear_f {
	height: 1%;
}
.clear_f {
	display: block;
}
/* End hide from IE-mac */

.to_pagetop {
	font-size: 65%;
	color: #666666;
	width: 740px;
	text-align: right;
	min-height:10px;
	height: auto !important;
	height: 10px;
	padding-right: 30px
}
.to_pagetop_a {
    text-align: left;
	padding-left: 12px;
	background: url(../images/campaign_ic013.gif) no-repeat left top;
}

/*
	基本リンクカラー
----------------------------------------------------*/

a:link {
    color: #1b47ff;
    text-decoration: none;
}
a:visited {
    color: #9720c9;
	text-decoration: none;
}
a:hover {
    color: #ff7d00;
	text-decoration: none;
}


/* キャンペーン一覧コンテンツ
----------------------------------------------------------- */

.input_marign {
    marign: 10px 5px;
}
.s11_66 { 
    color: #666;
	font-size: 70%;
	line-height: 1.1em
}

#content {
	width: 950px;
}

.cam_container {
    width: 950px;
	padding-top: 30px;
}


.cam_h1 {
    font-weight: normal;
	font-size: 12px;
	color: #333;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.cam-read {
    background-image: url(../images/campaign_ti001.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 134px;
	color: #333;
}

.cam-read-tx {
    font-size: 12px;
	text-align:left;
	padding-top: 75px;
	padding-right: 0px;
	padding-left: 20px;
	line-height: 130%;
}

#cam_present {
    width: 710px;
	text-align: left;
	float: left;
	
}

#cam_present .title a{
    font-weight : bold;
	font-size: 85%;
	background-image:url(../images/campaign_ic005.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding-left: 15px;
	text-decoration: underline;  
}

#cam_present .cam_space01 {
    margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cam_present .cam_space02 {
    margin-bottom: 20px;
}

#cam_present .cam_space03 {
    margin: 10px 0px 20px 0px;
	clear: both;
}

#cam_present .cam_space04 {
    margin: 10px 0px 10px 0px;
}

#cam_present .cam_space05 {
    margin: 10px 0px 20px 0px;
}

#cam_present .cam_space06 {
    width: 390px;
}

#cam_present .cam_space07 {
    margin-top: 15px;
}

#cam_present .cam_space08 {
    margin-top: 20px;
}


#cam_present .cam_day {
    font-weight: bold;
    font-size: 80%;
	padding-top: 10px;
	padding-left: 0px;
}

#cam_present .cam_tx {
    font-weight: normal;
    font-size: 80%;
	padding-left: 0px;
}

#cam_present .cam_icon {
    font-weight: bold;
    font-size: 80%;
	color: #f60;
	textalign: left;
	padding-top: 10px;
	padding-left: 0px;
}

#cam_present .txbottom {
    vertical-align: text-bottom;
	margin: 0px 5px;
}

#cam_present .oubo {
    margin-top: 10px;
}

#cam_present .cam_oubo {
    text-align: left;
}

#backnumber {
    color: #666;
}

#backnumber .back_title a {
    font-weight : bold;
	font-size: 75%;
	background-image: url(../images/campaign_ic009.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding-left: 16px;
	text-decoration: underline;  
}

#backnumber .bn_day {
    font-weight: bold;
    font-size: 75%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#backnumber .bn_tx {
    font-weight: normal;
    font-size: 75%;
	padding-left: 5px;
}

#backnumber .bn_tx a {
    text-decoration: underline;
}

#backnumber .bn_space01 {
    margin: 15px 0px 5px 0px;
}

#sub_menu {
	text-align: left;
	float: left;
	_margin-left: 10px;
}

#sub_menu .tx_member {
    color: #630;
	font-size: 75%;
	margin-top: 5px;
}

#sub_menu .box_member {
    width: 200px;border: #f60 solid 1px;
	padding: 3px;
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#sub_menu .box_search {
    width: 200px;
	border: #f60 solid 1px;
	padding: 3px 3px 3px 0px;
	margin-bottom: 20px;
}

#sub_menu .tx_member01 {
    font-size: 75%;
	text-align: right;
	margin: 5px 0px 10px 0px;
}

#sub_menu .tx_member01 a {
    text-decoration: underline;
}

#sub_menu .box_search {
    width: 200px;
	border: #f60 solid 1px;
	padding: 3px;
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#sub_menu .tx_12px {
    font-size: 12px;
}

.h_18 {
    height: 18px;
}

#sub_menu .form_area {
    width: 185px;
	font-size: 10px;
}

#sub_menu .displaynone {
    display: none
}

#sub_menu .box_theme {
    width: 200px;
	border: #f60 solid 1px;
	padding: 8px 3px;
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#sub_menu .tx_theme {
	font-size : 73%;
	color: #666;
	padding-left: 62px;
	text-align: left;
}

#sub_menu .tx_theme a {
	text-decoration: underline;  
}

#sub_menu .theme_p {
    min-height:58px;
    height: auto !important;
    height: 58px;
}

#sub_menu .box_mobile {
    width: 200px;
	border: #f60 solid 1px;
	padding: 10px;
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#sub_menu .tx_mobile01 {
	font-size: 75%;
	margin-top: 5px;
}

#sub_menu .tx_mobile02 {
	margin: 5px 10px 5px 0px;
}

#sub_menu .img_mobile03 {
	margin: 5px 5px 0px 0px;
}


#sub_menu .tx_mobile03 {
	margin: 5px 0px 0px 0px;
	
}

#sub_menu .tx_mobile04 {
	font-size: 75%;
}

#sub_menu .mobile_min {
    min-height:110px;
    height: auto !important;
    height: 110px;
}

#sub_menu .member_button {
	margin-bottom: 5px;
}

#sub_menu .kensaku_button {
	margin-bottom: 5px;
	margin-left: 65px;
}

#sub_menu .search_button {
	margin: 8px 0px;
}
