@charset 'utf-8';

html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "A1 Mincho", serif;
	width: 100%;
}

.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(/darling_column/19th/images/pc_bk_img.jpg);
	z-index: -1;
}

p{
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.clrfx:before,.clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{	filter: alpha(opacity=60);	opacity: 0.6;}
.opcity{filter: alpha(opacity=50);opacity: 0.5;}


a:hover {/*マウスをのせたとき*/
	font-style:normal;
	text-decoration:underline;
	opacity: 0.5;
}

a:link{
	color: #008500;
	text-decoration: none;
}
a:active {/*クリック中*/
	text-decoration:none;
}



ul{
	display: block;
    list-style-type: none!important;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

li{
	list-style-type: none;
}

/*外部リンク*/

/*a[href^="http"] {
	background:url(http://www.1101.com/darling_column/19th/images/link_mark.png) no-repeat right center;
	padding-right: 10px;
	margin-right: 5px;
	background-size: 5%;
}
a[href^="http://www.1101.com/"] {
	background:none;
	padding-right:0px;
	margin-right:0px;
}*/


/*common*/

#wrapper{
	width: 750px;
	margin: 0 auto;
}

.header{
    width: 300px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header img{
	width: 100%;
}

.title{
	width: 720px;
    margin: 0 auto;
	margin-bottom: 70px;
}

.title img{
	width: 100%;
}

.honmon_top{
	width: 750px;
	margin: 0 auto;
	margin-bottom: -5px;
}

.honmon_top img{
	width: 100%
}

.honmon_bottom{
	width: 750px;
	margin: 0 auto;
	margin-bottom: -5px;
}

.honmon_bottom img{
	width: 100%
}

.honmon{
	width: 750px;
	background-image: url(/darling_column/19th/images/back_mid.png);
	background-size: 100%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: .2em;
	line-height: 2.0em;
}

.honmon p{
    padding-bottom: 40px;
    padding-left: 80px;
    font-size: 18px;
}

.end{
	text-align: right;
	padding-right: 80px;
	margin-top: 50px;
}

.end p{
	display: inline-block;
	text-align: left;
}

.name{
    width: 160px;
    margin-left: auto;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-top: 12px;
}

.name img{
	width: 100%
}

/*footer*/

.footer{
    width: 350px;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 40px;
}

.footer ul li{
    width: 60px;
    float: left;
	list-style-type: none;
}

.footer ul li img{
	width: 100%;
}

.footer li{
    padding-right: 4px;
    padding-left: 20px;
}

.footer ul{
    padding-top: 13px;
}

.copyright{
	text-align: center;
    letter-spacing: 0.15em;
    font-size: 12px;
    padding-top: 82px;
    color: #fff;
}

.hidden{
	visibility: hidden;
}


/* スマホ対応
 * --------------------------------------------------------*/



@media only screen and (max-device-width: 600px) {

	br.br__{
		display: none;
	}

	body{
		width: 100%;
	}

	.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(/darling_column/19th/images/sp_bk_img.png);
	z-index: -1;
}

	main{
	width: 100%;
	}

	img{
		width: 100%;
	}

	#wrapper{
		width: 85%;
	}

	p.home{
		font-size: 10px;
		letter-spacing: 0.5em
	}

	.header{
		width: 100%;
		height: 65px;
		background-image: url(/darling_column/19th/images/sp_header.png);
		background-size: 80%;
		background-repeat: no-repeat;
		background-position: center 30px;
	}

	.header img{
	   display: none;
	}

	.title{
		width: 100%;
		height: 280px;
		background-image: url(/darling_column/19th/images/sp_title.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center 20px;
	}

	.title img{
	   display: none;
	}

	.honmon_top{
		width: 100%;
	}

	.honmon_top img{
	}

	.honmon_bottom{
		width: 100%;
	}

	.honmon_bottom img{
		width: 100%
	}

	.honmon{
		width: 100%;
	}

	.honmon p{
		padding-left: 25px;
		padding-right: 20px;
		font-size: 16px;
		letter-spacing: .1em;
		line-height: 1.7em;
	}

	.end{
		padding-right: 20px;
		margin-top: 50px;
	}

	.end p{
		padding-right: 20px;
		padding-bottom: 20px
	}

	.name{
		padding-right: 40px;
		width: 130px;
		padding-top: 0px;
	}

	.name img{
		width: 100%
	}

	/*footer*/

	.footer{
		width: 100%;
	}

	.footer ul li{
		float: none;
	}

	.footer ul li img{
	  	height: 100%;
		padding-bottom: 30px;
	}

	.footer ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	}


	.footer li{
	    padding: 0 0 0 0px;
	}

	.footer ul{
	    padding: 0 0 0 0px;
	}

.copyright{
		padding-top: 0px;
	}


	}