/*
Theme Name:     fifteen_child
Theme URI:      http: //localhost:8888/piccellco/
Description:    Child theme for the Twenty Fourteen theme for WordPress
Author:         kushiya
Author URI:     http: //piccell.co/
Template:       twentyfourteen
Version:        0.1.1
*/
 
/*-------------------------------------------*/
/*
/*	setup
/*
/*-------------------------------------------*/
/*　------------------------------------------------------------------- */
/*
/*  PCW　(1000px以上) */
/*
/*　------------------------------------------------------------------- */

@media screen and (min-width: 980px) {
	section {
    padding-left: 20px;
    padding-right: 20px;
}
	.pc {
    display: none !important;
}

	header .site-title {
    width: 300px;
    position: absolute;
    left: 0px;
    top: -22px;
    z-index: 1999;
}
	.nav-menu a {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
	
	#pagetit img{
		height: 240px;
		max-width: inherit;
	}
	
.pagetitle {
    background: #FFF;
    z-index: 2000;
    position: relative;
    padding: 20px 30px 20px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    top: 10px;
}


	#footerlink .col2 {
    max-width: 550px;
    margin: 0 0 0 50px;
	word-break: break-all;
    word-wrap: normal;
}
	/*-----------
	--------------*/
	.sec_bg {
		background: #EFF6F6;
		padding: 80px 20px;
	}
	/*----------	トップページ	---------------*/
	.home .wpct66{
		width: 64%;
	}
	/*----------	レンタル	---------------*/
	#rental .vline {
    background-image: url(../intheme/img/inpage/feature/icn_vline.png);
    background-repeat: repeat-y;
    background-position: left 22px top 0px;
}
	/*----------	会社紹介	---------------*/
	#store #sec02 {
    background: #EFF6F6;
    padding: 40px 20px;
}
	#store #sec04 .simp th{
		width: 12%;
	}
	/*----------	リフォーム	---------------*/
	#reform #sec04 .only_pc{
		display: none!important;
	}
	#reform .vline {
    background-image: url(../intheme/img/inpage/feature/icn_vline.png);
    background-repeat: repeat-y;
    background-position: left 32px top 0px;
}
	/*----------	お知らせ	---------------*/
	.archive .main-content .inner{
		    padding: 0 20px;
	}
}
/*　------------------------------------------------------------------- */
/*
/*  PCW　(1200px以上) */
/*
/*　------------------------------------------------------------------- */

@media screen and (min-width: 1200px) {
	section {
    padding-left: 0;
    padding-right: 0;
}
	.pc {
    display: none!important;
}
	.only_pc{
	display: block!important;
	}
	header .site-title {
    width: 300px;
    position: absolute;
    left: 0px;
    top: -20px;
    z-index: 1999;
}
	.nav-menu a {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}	
	#pagetit img{
		height: auto;
		max-width: 100%;
	}
.pagetitle {
    background: #FFF;
    z-index: 2000;
    position: relative;
    padding: 20px 30px 20px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    top: inherit;
}
	#footerlink .col2 {
    max-width: 700px;
    margin: 0 0 0 50px;
}
	/*-------------------------*/
	.sec_bg {
		background: #EFF6F6;
		padding: 80px 0;
	}
	/*----------	トップページ	---------------*/
	.home .wpct66{
		width: 66%;
	}
	/*----------	レンタル	---------------*/
	.vline {
    background-image: url(../intheme/img/inpage/feature/icn_vline.png);
    background-repeat: repeat-y;
    background-position: left 32px top 0px;
}
	/*----------	会社紹介	---------------*/
	#store #sec02 {
    background: #EFF6F6;
    padding: 40px 0;
}
	#store #sec04 .simp th{
		width: auto;
	}
	/*----------	リフォーム	---------------*/
	#reform #sec04 .only_pc{
		display: block!important;
	}
	/*----------	お知らせ	---------------*/
	.archive .main-content .inner{
		    padding: 0 0;
	}
}
