/* ================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Customized to include a flexible grid system, flexible image
   ================================================================ */

html,
button,
input,
select,
textarea {
    color: #222;
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
  margin: 20px;
  background: #ffae00;
  border: 4px solid #ffe98e;
  color: #000;
  padding: 20px;
}

.chromeframe a {
  color: #ff0000;
  background: #ffe98e;
  padding: 3px;
}

.chromeframe a:hover {
  color:#ff0000;
  text-decoration: underline;
}


/* ================================================================
   Author's custom styles
   ================================================================ */

/* テスト用の色指定 */
/*
body { background: #efefef; }
p {
  background: #fff;
  margin: 0 0 1em;
  padding: 1em 0;
 }
.row { background: #666; }
.cols { background: #ddd; border-left: 1px solid #CCC;}
*/
/* ボックスモデルの指定 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Common */
html {
	background-color: #EFEFEF;
}
body {
	background-color: #FFF;
}
body,p,ul,ol,li,h1,h2,h3,h4,h5,table,td,th,br {
	margin: 0px; 
	padding: 0px;
}
table {
	border-collapse: collapse;
	border: 0px;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #06F;
}
a img {
	border: none;
}
div#news_newyear {
	background-color: #EFEFEF;
	color: #C93133;
	text-align: center;
	padding: 0.5em;
	font-size: 15px;
	font-weight: bold;
}
/* Flying Bee */
div.bee01 {
	background: url(/haruanchan/img/animation_bee110.png) top left no-repeat;
	top: 1350px;
	left: 800px;
}
div#bee01 {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 50;
	animation: play 0.2s steps(3) infinite;
}
@keyframes play { 
	  0% { background-position: 0px 0; } 
	100% { background-position: -90px 0; }
}
h1#logo {
	max-width: 385px;
	margin: 15px auto;
}
h2#copy {
	font-size: 16px;
	font-weight: normal;
	padding: 0.5em 0;
	text-align: center;
	margin: 15px 0;
	line-height: 24px;
}
/* -------------- Top Page -------------- */
ul.bxslider li img { /* for Opera */
	width: 100%;
	position: relative;
}
h3.logo {
	text-indent: -9999px;
	border-bottom: 1px solid #CCC;
}
h3.logo a {
	display: block;
	width: 100%;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
}
h3#babypappa a {
	background-image: url(/common/img/logo_babypappa.jpg);
}
h3#woodlore a {
	background-image: url(/common/img/logo_woodlore.jpg);
}
h3#scanpan a {
	background-image: url(/common/img/logo_scanpan.jpg);
}
h3#negroni a {
	background-image: url(/common/img/logo_negroni.jpg);
}
h3#vallone a {
	background-image: url(/common/img/logo_vallone.jpg);
}
h3#haruanchan a {
	background-image: url(/common/img/logo_haruanchan.jpg);
}
.first, .second, .third {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.br {
	border-right: 1px solid #CCC;
}
#lineup p {
	line-height: 18px;
	font-size: 11.5px;
	margin: 15px 0;
}
#lineup hr {
	margin: 10px;
}
#lineup hr.sp {
	display: none;
}
/* Blog Entry */
div#blog {
	display: block;
	line-height: 14px;
	padding: 1em 2em;
	border: 1px dotted #CCC;
	background-color: #EFEFEF;
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
}
span#title {
	font-size: 13px;
	font-weight: normal;
	margin-right: 0px;
	padding-right: 1.5em;
	border-right: 1px solid #999;
	display: inline-block;
}
.rssBody ul {
	padding: 0;
	margin: 0 0 0 1.5em;
}
li.rssRow {
	list-style-type: none;
	font-size: 13px;
}
li.rssRow div {
	float: left;
	margin-right: 1.5em;
	padding-right: 1.5em;
	border-right: 1px solid #999;
	/display: none; /* IE 6, 7 hack */
}
div#campaign div#blog h4 {
	display: inline;
}
span#blog_entry {
	display: inline-block;
}
span#blog_entry a {
	padding-left: 1.5em;
}
span#blog_entry ul li div {
	color: #666;
}
span#blog_entry ul li a {
	/font-size: 13px; /* IE 6, 7 hack */
}
/* -------------- About -------------- */
#about .row {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#about .content {
	padding: 0 150px;
}
.lt-ie9 #about .content {
	padding: 0;
}
.lt-ie9 #about dl {
	margin: 0 150px;
}
.lt-ie9 .content h3 {
	margin: 0 150px;
}
#about dl {
	line-height: 40px;
	border-top: 1px solid #CCC;
}
#about dt {
	float: left;
	width: 30%;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
#about dd {
	margin-left: 30%;
	border-bottom: 1px solid #CCC;
}
.lt-ie8 #about dd {
	margin-left: 0;
}
/* -------------- Contact and Thank You Page -------------- */
.lt-ie9 #about form {
	margin: 0 150px;
}
.lt-ie9 #about .content p {
	margin: 0 150px 15px 150px;
}
ul.special_note {
	margin: 10px 0 0 15px;
}
ul.special_note li {
	list-style-type: disc;
}


/* -------------- Footer -------------- */
footer {
	background-color: #EFEFEF;
	margin: 20px 0 0 0;
	font-size: 10px;
	line-height: 16px;
}
footer a {
	color: #333;
}
footer a:hover {
	/*text-decoration: underline;*/
	opacity: 0.7;
}
footer h4 {
	margin: 10px 0 0 0;
	font-size: 12px;
}
footer ul.secondlevel {
	margin: 0 0 0 10px;
}
footer div#credit {
	padding-top: 10px;
	padding-bottom: 10px;
}
footer div#credit ul li {
	float: left;
}
footer div#credit ul.nav_links li a {
	background: url(http://gmrooters.jp/common/img/icon_arrow.gif) 0 2px no-repeat;
	padding: 0 0 0 10px;
	margin-right: 15px;
}
footer div#credit ul.social_links {
	float: right;
}
footer div#credit ul.social_links li {
	margin-left: 15px;
}
footer div#credit ul.social_links li a {
	display: block;
	text-indent: -9999px;
}
footer div#credit ul.social_links li.facebook a {
	width: 20px;
	height: 20px;
	background: url(/common/img/ico_facebook.gif);
}
footer div#credit ul.social_links li.twitter a {
	width: 25px;
	height: 20px;
	background: url(/common/img/ico_twitter.gif);
}


/* ================================================================
   Flexible Media
   ================================================================ */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
video {
  max-width: 100%;
  height: auto;
}

/* YouTubeやVimeoなどのiFrameを使った埋め込み動画用スタイル */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ================================================================
   Flexible Grid Sytem
   - Based on Foundation "The Grid" http://foundation.zurb.com/
   ================================================================ */

.row {
  /*width: 1140px;*/
  width: 900px;
  max-width: 100%;
  min-width: 767px;
  margin: 0 auto;
  overflow: hidden;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}

.cols {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.lt-ie8 .cols {
	padding: 0 7px;
}
/* カラムのpaddingをなくすcollapseクラス */
.row.collapse .cols, .row.collapse .cols { padding: 0; }
.row .row.collapse { margin: 0; }

[class*="cols"] + [class*="cols"]:last-child { float: right; }
[class*="cols"] + [class*="cols"].end { float: left; }

.row .one { width: 8.33%; }
.row .two { width: 16.66%; }
.row .three { width: 25%; }
.row .four { width: 33.33%; }
.row .five { width: 41.66%; }
.row .six { width: 50%; }
.row .seven { width: 58.33%; }
.row .eight { width: 66.66%; }
.row .nine { width: 75%; }
.row .ten { width: 83.33%; }
.row .eleven { width: 91.66%; }
.row .twelve { width: 100%; }

/* PUSH & PULL */
.push-two { left: 16.66%; }
.pull-two { right: 16.66%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33%; }
.pull-four { right: 33.33%; }
.push-five { left: 41.66%; }
.pull-five { right: 41.66%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33%; }
.pull-seven { right: 58.33%; }
.push-eight { left: 66.66%; }
.pull-eight { right: 66.66%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33%; }
.pull-ten { right: 83.33%; }





/* ================================================================
   Media Queries
   ================================================================ */
   
@media screen and (max-width:767px){
	.cols {
		float: none;
		width: auto !important;
		height: 100%;
	}
	.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
	[class*="cols"] + [class*="cols"]:last-child { float: none; }
	[class*="cols"] + [class*="cols"].end { float: none; }
	
	/* PUSH & PULLの調整*/
	.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
	.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
	
	/* モバイル版4カラムグリッド */
	.row .mobile-one { width: 25% !important; float: left; padding: 0 10px; }
	.row .mobile-one:last-child { float: right; }
	.row .mobile-one.end { float: left; }
	.row.collapse .mobile-one { padding: 0; }
	
	.row .mobile-two { width: 50% !important; float: left; padding: 0 10px; }
	.row .mobile-two:last-child { float: right; }
	.row .mobile-two.end { float: left; }
	.row.collapse .mobile-two { padding: 0; }
	
	.row .mobile-three { width: 75% !important; float: left; padding: 0 10px; }
	.row .mobile-three:last-child { float: right; }
	.row .mobile-three.end { float: left; }
	.row.collapse .mobile-three { padding: 0; }
	
	.row .mobile-four { width: 100% !important; float: left; padding: 0 10px; }
	.row .mobile-four:last-child { float: right; }
	.row .mobile-four.end { float: left; }
	.row.collapse .mobile-four { padding: 0; }
	
	/* モバイル用 PUSH & PULL */
	.mobile-push-one { left: 25%; }
	.mobile-pull-one { right: 25%; }
	.mobile-push-two { left: 50%; }
	.mobile-pull-two { right: 50%; }
	.mobile-push-three { left: 75%; }
	.mobile-pull-three { right: 75%; }
	
	/* モバイル用collapseクラス */
	.row.mobile-collapse .cols, .row.mobile-collapse .cols { padding: 0; }
	.row .row.mobile-collapse { margin: 0; }
	.row.mobile-collapse .mobile-one { padding: 0; }
	.row.mobile-collapse .mobile-two { padding: 0; }
	.row.mobile-collapse .mobile-three { padding: 0; }
	.row.mobile-collapse .mobile-four { padding: 0; }
	
	/* -------------- Top Page -------------- */
	div#bee01 {
		display: none;
	}
	h1#logo {
		padding: 0 15px;
	}
	h2#copy {
		font-size: 14px;
		margin: 15px 10px;
		line-height: 21px;
	}
	h2#copy br {
		display: none;
	}
	h3.logo {
		border-bottom: none;
		height: 60px;
	}
	h3#babypappa {
		margin-top: 15px;
	}
	.first, .second, .third, .br {
		border: none;
	}
	div#lineup img.hero270 {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	div#lineup img.hero420 {
		width: 420px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	div#lineup p {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}
	#lineup hr {
		margin: 20px 10px;
	}
	#lineup hr.sp {
		display: inherit;
	}
	/* -------------- About -------------- */
	#about .row {
		border: none;
	}
	#about .content {
		padding: 0 15px;
	}
	#about dl {
		line-height: 20px;
		border-top: 1px solid #CCC;
	}
	#about dt {
		float: none;
		width: 100%;
		border-bottom: none;
		padding: 5px 0 2px 0;
	}
	#about dd {
		margin-left: 0;
		border-bottom: 1px solid #CCC;
		padding: 2px 0 5px 0;
	}
	/* -------------- Footer -------------- */
	footer div#credit ul.social_links {
		float: none;
		margin-top: 10px;
	}
	footer div#credit ul.social_links li:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width:480px){
	/* Blog Entry */
	span#title {
		display: none;
	}
	.rssBody ul {
		padding: 0;
		margin: 0;
	}
}


/* ================================================================
   Helper classes
   ================================================================ */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ================================================================
   Print styles
   ================================================================ */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}