/* Global Styles */
@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('../../andrewchristian - Copy/css/fonts/TrajanPro-Regular.ttf') format('truetype');
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.row img{
	max-width:100%;
	margin-bottom:24px;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.text-valign-bottom {
    text-align: center;
    vertical-align: bottom;
}
.text-valign-bottom img{
    width:100%;
}
.text-center img {
	margin:0;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.0em;
    font-weight: 700;
    color: white;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.text-vertical-center h1.fontA {
    margin: 0;
    padding: 0;
    font-size: 4.0em;
    font-weight: 700;
    color: white;
    text-shadow: -1px 3px 0 rgba(0,0,0,0.4);
    font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.text-center h2 {
	font-weight:700;
	padding:25px;
}
.text-vertical-center h3 {
	color:#fff;
	font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*===================*/
/*=== フォント ===*/
/*===================*/

h1.line {
	margin: 20px 0;
	position: relative;
	text-align: center;
	z-index: 2;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}


h1.line span {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
}

h1.line:after {
	border-top: 1px solid #ccc;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}

h2.sMidashi{
    color: #444;
    font-size: 24px;
    position: relative;
    padding: 10px 0 12px 36px;
    text-align:left;
    margin-top:-25px;
}
h2.sMidashi:before, h2.sMidashi:after{
        content: "";
        position: absolute;
        margin: auto;
    }
h2.sMidashi:before{
        width: 12px;
        height: 12px;
        top: 0;
        left: 14px;
        background: #990000;
        transform: rotate(50deg);
    }
h2.sMidashi:after{
        width: 8px;
        height: 8px;
        top: 18px;
        left: 6px;
        background: #990000;
        transform: rotate(20deg);
    }
h2.downArrow{
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px; 
	background: url(..//image/sozai/h2-bg.png) no-repeat center bottom; 
	padding-bottom: 30px; 
	font-weight:normal;
}
h3.itemName{
    color: #444;
    font-size: 24px;
    position: relative;
    padding: 0 0 2px 32px;
}
h3.itemName:before, h3.itemName:after{
        content: "";
        position: absolute;
        bottom: 0;
        width: 12px;
        height: 12px;
        border: 2px solid #d14;
        margin: auto;
    }
h3.itemName:before{
        top: -6px;
        left: 0px;
        animation: spin 4s linear infinite;
    }
h3.itemName:after{
        top: 6px;
        left: 6px;
        animation: spin 4s linear infinite;
}
h3.downBorder{
	font-size: 16px;
	font-weight:normal;

}
h3.text{
	padding-bottom:24px;
}
h4.itemCatch{
	margin:24px 0 24px 0;
	padding:0 0 6px 32px;
}
p.itemText{
	margin:0 0 0 36px;
	padding:0 0 15px 0;
}
@keyframes spin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

p.Read {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  width:80%;
  margin:0 auto;
  text-align:left;
}
@media (min-width: 768px) {
  p.Read {
    font-size: 21px;
  }
}
p.Lead {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;

}
@media (min-width: 768px) {
  p.Lead {
    font-size: 21px;
  }
}
p.Atn {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  color:red;
  width:80%;
  margin:0 auto;
  text-align:left;
}
@media (min-width: 768px) {
  p.Atn {
    font-size: 16px;
  }
}


span.red{
	color:red;
}
span.yellow{
	background-color:#ffff00;
}
span.italic{
	font-style: italic;
	color:#999;
}
hr.Uline {
	height: 1px;
	background: #ddd;
	background-image: -webkit-linear-gradient(left, #efefef, #ccc, #efefef);
	background-image: -moz-linear-gradient(left, #efefef, #ccc, #efefef);
	background-image: -ms-linear-gradient(left, #efefef, #ccc, #efefef);
	background-image: -o-linear-gradient(left, #efefef, #ccc, #efefef);
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}

p.newitem{
	color:#333;
	width:100%;
	height:24px;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	font-size: 150%;
	text-align:left;
}
@media (min-width: 768px) {
	p.newitem{
		font-size: 100%;
	}
}
		
p.newitemprice{
	width:100%;
	height:24px;
	font-weight:bolder;
	color:#ff0066;
	font-size:125%;
	text-align:right;
}
@media (min-width: 768px) {
	p.newitemprice{
		font-size: 90%;
	}
}
p.sss{
	font-size:12px;
	color:#666;
}

/* 画像の影 */
.imageShadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

/* ボタンテーブル */
.btnTable{
	border-collapse: separate;
	border-spacing: 12px;
}
.btnTable a img{
	width:100%;
}	
/* ユーザーエージェント */
.spUser,
.pcUser {
    display :none;
}

/* Custom Button Styles */

.down-arrow-btn { 
	width: 40px; 
	height: 40px; 
	border-radius: 50%; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-o-border-radius: 50%; 
	background: #ccc; 
	display: inline-block; 
	margin: 10px auto 20px; 
	color: #fff; font-size: 16px; 
	line-height: 40px; text-align: center;
 }
.down-arrow-btn:hover, 
.down-arrow-btn:focus { 
	color: #fff; 
	background: #eee;
 }

.btn-dark {
    border-radius: 0;
    color: #fff;
    font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: rgba(255,255,255,0.8);
}




/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 16px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    height:auto;
    position: relative;
    width: 100%;
}
.spheader {
    display: table;
    height:auto;
    position: relative;
    width: 100%;
    background-color:#990000;
}
.logo {
    text-align:center;
    padding:6px 0;
}

#kadai{
	color:white;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}


/* Pcmenu */

.Pcmenu {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 0;
}
.Pcmenu a:link {
	text-align:center;
	color:#000000;
}






/*パーセント*/
.chart {
	margin: 0 auto;
	position: relative;
	width: 70px;
	height: 70px;
	text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.chart span{
	margin-top: -19px;
	font-size:18px;
	color: #2f2f2f;

	font-weight: 700;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
	font-size:18px;
	color: #2f2f2f;

	font-weight: 700;
}
.chart sup{
	font-size:18px;
	color: #2f2f2f;

	font-weight: 700;
	
	top: 0px !important;
	left: 0px !important;
	margin-left: 1px;
}
.textP h3{
	margin-top: 22px;
	text-align:center;
	font-size:20px;
	color: #2f2f2f;

	font-weight: 300;
}
.textP p{
	line-height: 23px;
	margin-top: 13px;
	text-align:center;
	font-size:13px;
	color: #2f2f2f;

	font-weight: 300;
}
.bar{
	margin-top: 32px;
}



/* thum */
.thum{
	padding:18px 0;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*===================*/
/*=== コンテンツ ===*/
/*===================*/

/* Callout */
.callout {
    display: table;
    width: 100%;
    height: 600px;
    color: #fff;
    background: url(../img/callout2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Services */

.services {
    padding: 25px 0;
}

.service-item {
    margin-bottom: 30px;
}


/* return */
.return{
    	display: table;
	position: relative;
	width: 100%;
	padding:0 0 50px;
}
.return img{
	width:50%;
}
.return1,
.return2,
.return3{
    	display: table;
	position: relative;
	width: 100%;
	padding:50px 0 ;
}



/* item */

.item {
    padding: 25px 0;
}

.item .series_btn a img{
	padding:10% 20%;
	width:100%;
}
@media (min-width: 768px) {
	.item .series_btn a img{
		width:100%;
		padding:0;
	}
}
/*shorts */
.shorts {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/match_bnr_950.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.shortsTable{
	width:100%;
}
/*onayami */
.onayami {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/onayami_950.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.onayamiLink{
	margin-bottom:12%;
}
.onayamiList {
    display: table;
	position: relative;
	width: 100%;
}

span.shousai:before {
content: "＞ ";
}

.onayamiBnr{
    	display: table;
	position: relative;
	width: 100%;
	padding:25px 0 0;
}
onayamiPoint{
    	display: table;
	position: relative;
	width: 100%;
	padding:25px 0 0;
}
.step{
	width:100%;
}
.stepImage,
.stepText{
	display: table-cell;
}
.stepImage{
	width:15%;
}
.stepImage img{
	width:100%;
}
.stepText{
	width:85%;
}
.stepText h2{
	padding-left:3%;
}
.stepText h3{
	padding-left:3%;
	text-decoration:underline;
}
.stepText p{
	padding:0 5%;
	line-height: 2em;
}
/*maternity */
.maternity {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/mt_950.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*hs */
.hs {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/hs_950.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/*bigsize */
.bigsize {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	margin:0;
	padding: 25px 0;
	background: url(../img/3.jpg) no-repeat center center scroll;
	background-attachment: fixed;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*suppin */
.suppin {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/suppin_bnr_950_new.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*wakiniku */
.wakiniku {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/top_2_950.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*liftup */
.liftup {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 25px 0;
	background: url(../img/top_1_950.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*itemInfo */
.itemInfo {
    	display: table;
	position: relative;
	width: 100%;
	padding:100px 0 0;
}
	
	
	
/* about */
.about {
    display: table;
	position: relative;
	width: 100%;
	height:300px;
	padding: 50px 0;
	background: url(../img/top.jpg) no-repeat center center scroll;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media screen and (max-width: 736px) {
	.about {
   		display: table;
		position: relative;
		width: 100%;
		background: url(../img/topSp.jpg) no-repeat center center scroll;
   		-webkit-background-size: cover;
    		-moz-background-size: cover;
    		background-size: cover;
    		-o-background-size: cover;
	}
}

.about img{
	width:100%;
}
.aboutRadianne{

}
.aboutRadianne p.topText{
	font-size:100%;
	line-height:3em;
	text-shadow: -0.5px 0.5px 0 rgba(0,0,0,1);
	color:#000000;
}
@media (min-width: 768px) {
	.aboutRadianne p.topText{
		font-size: 150%;
	}
}
.cmt{
	font-style:italic;
	color:#000000;
	line-height:1.5em;
	font-size:12px;
	padding:25px 0;
}
@media (min-width: 768px) {
	.cmt{
		font-size: 18px;
	}
}

/* ship */

.ship {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    margin: 50px 0 0;
    background: url(../img/about.jpg) no-repeat center center scroll;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



/* Call to Action */
.call-to-action {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    background: url(../img/change.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.call-to-radianne{
	background: #000000;
	color: #ffffff;
	padding:50px 0;
}
.call-to-radianne .btn {
    margin: 10px;
}
.mm{
	width:100%;
}

.mm form {
	margin: 0 auto;
	width: 100%;
}

.mm input[type="submit"],
.mm input[type="reset"],
.mm input[type="button"],
.mm .button {
	box-shadow: none;
	background: #fff;
	color: #000000;
}

.mm input[type="text"],
.mm input[type="password"],
.mm input[type="email"],
.mm select,
.mm textarea {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.15);
	border: 0;
}

.mm input[type="text"]:focus,
.mm input[type="password"]:focus,
.mm input[type="email"]:focus,
.mm select:focus,
.mm textarea:focus {
	box-shadow: inset 0 0 0 2px #fff;
}

.mm ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

.mm :-moz-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

.mm ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

.mm :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

.mm .formerize-placeholder {
	color: rgba(255, 255, 255, 0.75) !important;
}

/*===================*/
/*=== SPサイズ ===*/
/*===================*/
#size_search table{
	width:100%;
	margin-top:15px;
}
#size_search img{
	width:95%;
}

/* spSize */
.spSize{
    display: table;
    width: 100%;
}

/* sizeSearch */
.sizeSearch{
    display: table;
    width: 100%;
    padding: 25px 0;
}
.size_search img{
	width:100%;
}
.sizeItem{
	width:50%;
	display: table-cell;
}
.sizeItem a img{
	width:100%;
}
.sizeNavi{
	width:50%;
	padding:0 2.5%;
	display: table-cell;
	vertical-align:bottom;
}
.sizeNavi h4{
	color:#666;
	font-size:90%;
	padding-bottom:2.5%;
}
.sizeNavi p{
	font-size:80%;
	color:red;
	padding-bottom:2.5%;
}
.sizeNavi a img{
	width:100%;
}
.sizeOrder{
	width:100%;
	text-align:center;
	padding-bottom:36px;
}
.sizeOrder p{
	color:red;
	padding:0 2.5%;
	font-size:80%;
}
.sizeOrder{
	width:100%;
	margin:5% 0;
}
.sizeOrder .btn{
	width:100%;
	padding:2.5% 0;
}
.btn a img{
	width:80%;
}

/*===================*/
/*=== サムネイル ===*/
/*===================*/
 .thumbnail {
    width:95%;
    height:95%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    vertical-align:middle;
    background: #191a1c;
}

.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3.maskH3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
    color: #fff;
}
.thumbnail h3.maskH3 {
    color: #fff;
    margin-top:50%;
    padding:5% 1%;
    font-size:18px;
}
.thumbnail p {
	font-size:9px;
	padding:0 2.5%;
}
    color: #fff;
}
.thumbnail > p {
    color: #fff;
}
.thumbnail .mask {
    opacity:0.5;
    filter: alpha(opacity=50);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5 s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
.maskBtn{
	width:100%;
	padding:5% 0;
}
.maskBtn a{
	text-align:center;
	width:50%;
	font-size:15px;
}


/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #646464;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #e5e5e5;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #e89980;
			box-shadow: 0 0 0 2px #e89980;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #e5e5e5;
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #777;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #f8f8f8;
				border-radius: 6px;
				border: solid 1px #e5e5e5;
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #666;
			border-color: #666;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #e89980;
			box-shadow: 0 0 0 1px #e89980;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}
/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #666;
		border-radius: 6px;
		border: 0;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		height: 3em;
		line-height: 3em;
		padding: 0 2em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #737373;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #595959;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
			height: 2.7em;
			line-height: 2.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.25em;
			height: 2.7em;
			line-height: 2.7em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 2px #e5e5e5;
			color: #777;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #f8f8f8;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #f0f0f0;
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #999;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #e89980;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #ecaa96;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #e4886a;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #777 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #f5f5f5 !important;
			cursor: default;
			opacity: 0.25;
		}

/*=====================
SPアイテムリスト
=====================*/
#itemlist{
	width:100%;
	padding:0 0 24px;
}
#itemlist img{
	width:100%;
}
#itemlist table{
	width:100%;
	padding:5% 0;
}

#itemlist table td{
	width:50%;
	font-size:120%;
}



/*===================*/
/*=== フッター ===*/
/*===================*/
#footlist{
	border-bottom: 1px dotted #CCC;
	display: table;
	width: 100%;
	padding:25px 0;
}
.arrow_r{
	background-image: url(../img/ico_arrow_wr_b.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#footlist p{
	text-align:center;
	bottom:0px;
	position:relative;
}

#footlist li a{
	display: block;
}


#footlist .midashi01{
	padding: 0 0 5px 0;
	font-size: 1.2em;
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #CCC;
}

#footlist .footerGuide dt{
	font-size: 12px;
	margin-bottom: 10px;
}

#footlist .footerGuide dd{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #666666;
}


#footlist .footerSupport dt{
	font-size: 15px;
	margin: 10x 0 0;
}

#footlist .footerSupport dt.midashi02,
#footlist .footerGuide dt.midashi02{
	border-left: 5px #CCC solid;
	padding: 0 0 0 5px;
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}


#footlist .footerGuide .floatList{
	float: right;
	width: 100px;
}


#footlist .footerSupport dt img{
	margin-bottom:10px;
}

#footlist .footerSupport dd{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #666666;
}

#footlist .footerSupport dd.text01{
	font-size: 15px;
	line-height: 1.3em;
}


footer {
    padding: 25px 0 50px;
    font-family:Trajan Pro, TrajanPro-Regular, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.needlist {
	border-top: 1px dotted #CCC;
	display: table;
	width: 100%;
	padding:25px 0;
}

    
    
    
    
    