@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 14px;
	line-height: 1.4;
	}

img {
    vertical-align: bottom;
}

div#homeImage {
	margin: 0;
	padding: 0;
}
div#clear {
    clear: both;
}

footer {
	padding: 10px;
}
footer address {
	font-weight: normal;
	font-size: 11px;
}

/***************************************************
　スマホ
***************************************************/
header {
    margin: 5px;
    padding: 0;
}
#header {
    overflow: hidden;
}
#headerLogo {
    padding: 10px;
}
#headerMenu {
    width: 210px;
    margin: 5px;
    float: right;
    text-align: right;
}

/***************************************************
　ＰＣ、タブレット
***************************************************/
#wrap {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
    background-image: url(images/wrap_bg.png);
    background-repeat: repeat-y;
}
#column {
	overflow: hidden;
}
#columnLeft {
	width: 234px;
	float: left;
}
#columnRight {
	width: 725px;
    padding: 20px;
	float: right;
}
@media screen and (max-width: 1024px) {
    #wrap {
        width: 1024px;
    }
    #columnLeft {
        width: 234px;
    	float: left;
    }
    #columnRight {
        width: 725px;
        padding: 20px;
        float: right;
    }
}
@media screen and (max-width: 768px) {
    #wrap {
        width: 768px;
    }
    #columnLeft {
        width: 234px;
    	float: left;
    }
    #columnRight {
        width: 493px;
        padding: 20px;
        float: right;
    }
}
.recommend {
	padding: 5px;
	border: 5px solid rgb(234,234,234);
}
.recommend h3 {
	max-height: 100%;
	max-width: 100%;
}
.recommend p {
}


#header_pc {
    border-bottom: 1px solid #CCC;
    padding: 0;
}
#header_pc header h1 {
    width: 40%;
    float: left;
}
#headerMenu_pc {
    width: 40%;
    float: right;
    text-align: right;
}
#logo_pc {
    text-align: center;
    padding: 10px;
}


dl#infomation {
	overflow: hidden;
}
dl#infomation dt {
	clear: both;
	float: left;
    width: 7em;
    line-height: 1.4;
	margin: 0 0 1em 0;
}
dl#infomation dd {
    line-height: 1.4;
	margin: 0 0 1em 0;
}


.link {
	text-align: center;
	margin: 15px 0;
}

.qr_code {
	overflow: hidden;
	background: #fff;
	text-align: center;
	margin: 20px;
	padding: 0 0 20px 0;
	border-radius: 5px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.6);
}
.qr_code p.title {
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dotted #999;
	background: rgba(0,0,0,0.4);
	border-radius: 5px 5px 0 0;
}
.qr_code img {
	width: 100px;
}
