html { height: 100%; background:#000;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
	background:#fff;
	font-family:  "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;				
	margin:0;padding:0;
	overflow: scroll;
    overflow-x: hidden;
}

ul,li{
	margin:0;
	padding:0;
	list-style-type: none;
}

fieldset{
	padding:0px;
}

legend{
	background:#666;
	width:100%;
	padding:0;
	text-align:center;
	color:#fff;
	font-size:18px;
}

input ,select{
	vertical-align:middle;
}

.container {
	width: 100%;
	position: relative;
	margin:0;
	padding:0
}

#copy{
	color:#fff;
	background:#000;
	text-align:center;
	height:30px;
	padding-top:5px;
	font-size:11px;
	line-height:16px;
	border-bottom:#FF6600 solid 3px;
	display:block;
}


#container{
	padding:0px;
	margin:0;
	
}


#header{
	color:#fff;
	height:35px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:0px;
	background:#000;
	
	border-top:#FF6600 solid 3px;
}
#header .btnframe a{
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	top:13px;
	left:20px;
}

#header   p{
	position:absolute;
	top:8px;
	left:55px;
	font-weight:bold;
	font-size:12px;
	margin:5px 0 5px 0px;
	padding:0;
	color:#ddd;
	z-index:100;
}


#top img{
	width:100%;
	text-align:center;
	margin-top:-10px;
	padding:0px;
}

.flexslider{
	border-top:1px #757171 solid;
}

/*トップコラム*/
.column{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:100%;
	height:60px;
	font-size:12px;
	line-height:16px;
	background:#fff;
	border-bottom:1px solid #ccc;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}
.column-box{
	margin:0px;
}
.column-box img{
	border-radius:5px;
	 box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.43);
}
.column .dtlink{
	position:absolute;
	bottom:5px;
	right:0px;
	z-index:10;
	font-size:11px;
}


.bar{
	margin:0;
	width:100%;
	height:22px;
	background:#000;
	border-top:#666 solid 1px;
	padding-left:0px;
	padding-top:5px;
	color:#fff;
}
.bar_title{
	margin-left:10px;
	font-weight:bold;
}

.column p{
    margin:5px;
	color:#000;
}

.column img{
	padding:0;
	margin:0px 5px 5px 5px;
	width:50px;
	height:50px;
	float:left;
}

/*ラベル*/
.label{
	font-size:10px;
	padding:0px 2px;
	margin-left:3px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background:#FF6666;
}


/*アラート*/
.alert{
	margin:0;
}


/*パンくずリスト*/
.breadcrumb{
	margin:0;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*サムネイル*/
.thums{
	list-style-type: none;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0;
	width:70px;
	height:70px;
	float:left;
}

/*モーダルビュー*/
.myModalLabel{
	font-size:14px;
}
.modal-body{
	text-align:center;
}
.wallpaper{
   width:120px;
}
.btn{
	text-decoration:none;
}
.btn-primary{
	color:#fff;
	text-decoration:none;
}

.modal-body img{
	margin:5px;
	float:left;
}
.modal-body .btn{
	width:40%;
	margin:20px auto;
}


/*
画面上部へ戻るボタン
*/
#back-top {
	position: fixed;
	bottom: 120px;
	margin-left: 80%;
	opacity:0.5;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity:0.7;
}
#back-top a:hover {
	color: #000;
	opacity:0.7;
}

#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #666 url("../../images/up-arrow.png") no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity:0.7;
}
#back-top a:hover span {
	background-color: #999;
	opacity:0.7;
}
