@charset "utf-8";

html, body{
	
    font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 100%;
    padding: 0px;
    margin: 0px;
	
}

/* 

clearfix
====================================== */


.cf:before, .cf:after{
	
    visibility: hidden;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	content: "";
	
}

.cf:after{
	
    clear: both;
	
}

.cf{
	
	zoom: 1;
	
}

/* 

clearfix end
====================================== */

a{
	
    cursor: pointer;
    text-decoration: none;
	color: #fff;
	
}

a:visited{
	
    text-decoration: none;
	color: #fff;
	
}

p{
    
    padding: 0px;
    margin: 0px;
    
}

ul{
    padding: 0;
	margin: 0;
	text-align: center;
}

li{
    list-style: none;
}

.ol{
	
	cursor: pointer;	
	
}

.menu{
	
    margin: 0px 20px 0px 20px;	
	
}

/* 

asset
====================================== */

#particles-js{
	
    width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;	
	
}

.particles-js-canvas-el{
	
    position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;	
	
}

#allwrap{
	
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
	
}

#container{
	
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	
}

/* header */

#head_nav{
	
    width: 100%;
	height: 60px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	left: 0px;
	background: #fff;	
	border-bottom: 1px solid #ccc;
	
}

.inner_head_nav{
	
    width: 1180px;
	height: 40px;
	padding: 10px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	
}

.inner_head_nav li{
	
    display: inline-block;	
	
}

/*詳細ページ用*/

.top_color{
	    	
	background: #e17683;
	
}

.index_color{
	
    background: #e17683;
	
}

#top_footer{
	
    width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	
}

.inner_footer{
	
    width: 1000px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -500px;	
	
}

.bottom_logo{
	
    width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 30px 0px 10px 0px;
	text-align: center;
	color: #fff;
	font-size: 18px;	
	
}

.bottom_policy{

	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
	padding: 0px 0px 20px 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.bottom_banner{
	
    width: 100%;
	height: 70px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;	
	padding: 10px 0px 20px 0px;
	
}

.bottom_banner li{
	
    display: inline-block;
	margin: 5px;	
	
}

.bottom_share{
	
    width: 100%;
	height: 70px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	
}

.bottom_share li{
	
    display: inline-block;
	margin: 5px;	
	
}

.bottom_menu{
	
    width: 100%;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	
}

.bottom_menu li{
	
    display: inline-block;
	margin: 0px 10px 0px 10px;	
	
}

.bottom_copy{
	
    width: 100%;
	height: 20px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0px 0px 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;	
	
}

.disable{
	
    opacity: 0.3;	
	
}

.active{
	
    opacity: 1;	
	
}

.new_icon{

    position: absolute;
    top: 3px;
    width: 26px;
    height: 12px;
    background: url("../img/new_icon.png");

}
