@charset "utf-8";
/*
Theme Name: welcart_blog
Description: 
Author:Current Communications Inc
Author URI:http://www.current-com.com
Version: 1.0
*/


/* =Clearfix
-------------------------------------------------------------- */

.clearfix {zoom:1;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* =spOnly
-------------------------------------------------------------- */
.spOnly {display: none;}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html{
	font-size:62.5%;	
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 0px;
}
#primary,
#secondary {
	float: right;
	width: 262px;
	margin: 0 0px 0 0;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 700px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
* {
font-family: Arial, Helvetica, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	padding: 0 20px;
}

#main {
	clear: both;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	/*background: #f1f1f1;*/
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
    font-size: 1.2rem;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	height:80px;
}
#site-title {
	width:230px;
}
#site-title a {
	background:url(images/golf/logo.jpg) no-repeat;
	width:332px;
	height:32px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	position: absolute;
	top: 28px;
	left: 15px;
}
#site-description {
	font-size:10px;
    font-size:1rem;
}

/* This is the custom header image */
#branding img {
	display: block;
}
#branding img a{
	text-decoration: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	height:45px;
}
#access .menu-header {
	font-size: 14px;
    font-size:1.4rem;
	font-weight: bold;
	width:1000px;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header ul .menu-item-251{
	margin-left:55px;
}
#access .sub-menu{
	padding-top:5px;
	background:#2b2b2b;
}
#access ul{
	list-style: none;
}
#access .menu-header li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 45px;
	border-right:1px solid #728a2c;
	text-decoration: none;
}
#access ul li#menu-item-15{
	border-left:1px solid #728a2c;
	margin-left:-1px;
}
/* =Content
-------------------------------------------------------------- */

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #555;
	font-size: 14px;
    font-size:1.4rem;
	line-height: 21px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin:0;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	line-height: 1.5em;
	margin: 0 0 18px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #333;
	font-size: 14px;
    font-size:1.4rem;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #333;
	font-size: 20px;
    font-size:2.0rem;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content h1.entry-title {
	font-size: 26px;
    font-size:2.6rem;
	font-weight: 300;
	border-bottom:1px solid #ccc;
}

.entry-title a:link,
.entry-title a:visited {
	color: #333;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding:27px 0 0 0;
	padding:15px 0 0 0;
	overflow:hidden;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
    font-size:1.0rem;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
    font-size:1.4rem;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	margin-top:35px;
	margin-bottom:35px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	clear:both;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
    font-size:2.0rem;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
    font-size:1.2rem;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
    font-size:1.2rem;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
    font-size:1.2rem;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
    font-size:1.2rem;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
    font-size:1.2rem;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
    font-size:1.1rem;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 8px 0;
}
.widget-title {
	padding:6px 10px;
	margin: 0 0 7px 0;
	font-weight:bold;
	width:262px;	/* width 200px + padding 10×2 = 220px */
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
    font-size:1.1rem;
}
#text-3{
	text-align:center;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
    font-size:1.4rem;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
    font-size:1.1rem;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* twitter */
.widget-area div#twitter h3,h4 {
clear: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {}
#colophon {
	border-top: 1px solid #ccc;
	padding-top:15px;
}

#footer #first li.menu-item {
	float:left;
	list-style: none;
	margin-right:15px;
}
#footer #second {
	float:right;
	margin-right: 20px;
}

#footer a:link {
	color: #666666;
}
#spScroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#spScroll a {
	display: block;
	width: 63px;
	height: 56px;
	background: url('/wp-content/themes/welcart_blog/images/btn_pagetop2.png');
	text-indent: -9999px;
	overflow: hidden;
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
#site-title {
    overflow: hidden;
    text-indent: -9999em;
    line-height: 1px;
}

	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
		overflow:hidden;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* デザインのカスタマイズは以下を変更してください。
-------------------------------------------------------------- */
body{
    background:url(images/golf/bg_nav.gif) repeat-x 0 0;
}
#container{
    float:none;
    margin:0;
}
#content,
#content input,
#content textarea{
    float:left;
    width:700px;
    margin:0;
}

/*
* メインメニュー
*/
header{
	position:relative;
}
div.header_menu{
	position:absolute;
	top:30px;
	right:18px;
	list-style:none;
}
div.header_menu p{
	float:left;
}
#header ul li.list4{
	border-right:1px solid #666666;
}
div.header_menu p.list1 a,
div.header_menu p.list2 a{
	width:35px;
	height:34px;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
}
div.header_menu p.list1 a{
	background:url(images/golf/facebook_btn.jpg) no-repeat;
}
div.header_menu p.list2 a{
	background:url(images/golf/twitter_btn.jpg) no-repeat;
	margin-left:10px;
}
div.header_menu p.list1 a:hover,
div.header_menu p.list2 a:hover{
	opacity:0.7;
}
#access {	/*背景色、背景画像*/
	background-image: url(images/g_navi_of.gif); /*背景色（必要ない場合は none を指定）*/
	background-repeat: repeat-x;
	height:32px;
}
#access li{
	text-align:center;
}
#access a {	/*文字色、区切り線*/
	color: #fff;
	border-right:1px solid #728a2c;
    line-height: 41px;
    font-size: 13px;
    font-size:1.3rem;
    height:30px;
    line-height:30px;
}

#access li.current-menu-item{
	background:url(images/g_navi_in.gif) repeat-x;
}
#access li:hover > a {	/* ロールオーバー*/
	color: #fff;
	color: rgb(114, 138, 44);
}
#gnav-btn{
    display:none;
}


/*
* サイドバー タイトル
*/
.widget-title {
	color: #333333;		/*文字色（リンクがつく場合は反映されない）*/
	/*background-color:#3c9dd2;	背景色*/
	background-image: url('images/wigettitle_bg.jpg');
	background-repeat: repeat-x;
	width:262px;
	padding:0px 0px;
}
/*リンクスタイル*/
.widget-title a:link,
.widget-title a:visited {
	color: #333333;		/*文字色*/
}
/*
* リンクスタイル
*/

/* 全体 */
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

body {
	/*background: #ffffff;*/
}
#site-description {
	font-size:11px;
    font-size:1.1rem;
	margin-top:10px;
	margin-bottom:5px;
	position: absolute;
	top: 33px;
	left: 350px;
}
/*
* トップページ
*/
#main,
.home #main{
	clear: both;
	overflow: hidden;
}
#main {
	padding: 20px 0px;
}
.home #main {
	padding: 0px 0px;
}

#wrapper {
	padding:0px;
}
.hentry {
	margin: 0;
}
.home #content .entry-title,
.home #content .entry-meta{
	display:none;
}

.home #content{
	margin:0;
	width:1000px;
}
.home #content .event_baner{
	margin-bottom:10px;
}
.home #content .youtube{
	width:700px;
	float:left;
}
.home #content .youtube_title{
    background: url(images/golf/youtube_title.jpg) no-repeat 0 0;
    width: 625px;
    height:50px;
	display:block;
	margin:auto;
    text-indent: -9999px;
}
.home #content .youtube_title a{
    width: 625px;
    height:50px;
    display:block;
}
.home #content .youtube .youtube_main{
	width:700px;
	background:#424242;
	padding-bottom:20px;
}
.home #content .youtube .youtube_main .wp-post-image{
	margin-top:13px;
	margin-left:38px;
}
.home #content .youtube .youtube_main a{
	background:none;
	position:relative;
}
.home #content .youtube .youtube_main a img.top_play_btn{
	position:absolute;
	top:160px;
	left:300px;
	opacity:0.8;
}
.home #content .youtube2{
	overflow:hidden;
	background:#424242;
	padding-left:40px;
	padding-bottom:11px;
}
.home #content .youtube2 img.wp-post-image{
	background:#424242;
}
.home #content .youtube2 .link_list{
	margin-top:2px;
	clear:both;
}
.home #content .youtube .youtube_text{
	background:url(images/golf/movie_point.jpg) no-repeat 0 1px;
	margin:6px 0px 2px 40px;
	height: 15px;
	font-size: 14px;
    font-size:1.4rem;
	padding: 0;
	padding-left:15px;
	line-height: 15px;
	color:#ffffff;
}
.home #content .youtube .youtube_sub1,
.home #content .youtube .youtube_sub2,
.home #content .youtube .youtube_sub3{
	float:left;
	width:201px;
}
.home #content .youtube .youtube_sub2{
	margin-left:18px;
	margin-right:18px;
}
.home #content .youtube .youtube_sub1 p,
.home #content .youtube .youtube_sub2 p,
.home #content .youtube .youtube_sub3 p{
	background:url(images/golf/movie_point.jpg) no-repeat;
	padding-left:15px;
	margin:7px 0 5px 0;
	height:30px;
	font-size:14px;
    font-size:1.4rem;
	line-height:15px;
	color:#ffffff;
}
.home #content .movie_link{
	clear:both;
	float:right;
	background:url(images/golf/movie_link.jpg) no-repeat right;
	padding-right:20px;
	font-size:14px;
    font-size:1.4rem;
	color:#666666;
}
.home #content .youtube .movie_link:hover{
	text-decoration:underline;
}
.home #content .youtube .youtube_sub1 a,
.home #content .youtube .youtube_sub2 a,
.home #content .youtube .youtube_sub3 a{
	width:201px;
	height:122px;
	position:relative;
}
.home #content .youtube .youtube_sub1 a img.sub_play_btn,
.home #content .youtube .youtube_sub2 a img.sub_play_btn,
.home #content .youtube .youtube_sub3 a img.sub_play_btn{
	position:absolute;
	top:50px;
	left:76px;
	opacity:0.8;
}
.home #content .youtube p{
	margin:1px;
	padding:0;
	font-size:11px;
	line-height:11px;
}
.home #content .youtube iframe:nth-child(1){
	margin-right:10px;
}
.home #content .youtube a{
	clear:both;
	text-decoration:none;
	font-size: 14px;
    font-size:1.4rem;
	display: block;
	line-height:20px;
	margin-top:7px;
}
.home #content .youtube a img.top_play_btn{
	margin:0 5px;
}
.home #content .youtube a img:nth-child(2){
	margin:0 5px;
}
.home #content a.text_link{
	display:inline;
	color:#ffffff;
	text-decoration:underline;
}

.home .blog_info{
	width:262px;
	float:right;
	position:relative;
}
.home .blog_info h2{
	width:262px;
	height:79px;
	margin:0;
}
.home .blog_info h2 a{
	/*background:url(images/golf/blogtitle.jpg) no-repeat;
	width:262px;
    height:79px;*/
	margin:0;
	padding:0;
    /*display:block;
	text-indent:-9999em;*/
	overflow:hidden;
}
.home .blog_info h2 a:hover{
	opacity:0.6;
}
.home .blog_info ul{
	list-style:none;
	margin-left:0;
	border-top:1px dotted #bbb08d;
	margin-bottom:10px;
}
.home .blog_info ul li{
	border-bottom:1px dotted #bbb08d;
	font-size:12px;
    font-size:1.2rem;
	overflow:hidden;
	line-height:13px;
	padding-top:10px;
	padding-bottom:9px;
}
.home .blog_info li a{
	text-decoration:none;
	color:#666666;
	height:12px;
	display:block;
	overflow:hidden;
}
.home .blog_info span{
	display:block;
	color:#bbbbbb;
	text-align:left;
	margin-top:5px;
}
.home .blog_info .blog_link{
	background:url(images/golf/blog_link.jpg) no-repeat;
	width:132px;
	height:31px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
	margin-left: 130px;
	margin-top: 5px;
}
.home .blog_info .mailbtn1{
	margin-top:10px;
	margin-right:12px;
}
.home .blog_info .mailbtn2{
	margin-right:12px;
}
.home .event .text{
	background:url(images/golf/eve_point.jpg) no-repeat 0 2px;
	padding-left:15px;
}
.home .event .text a{
	color:rgb(102, 102, 102);
	text-decoration:none;
}
.home .event .text a:hover{
	text-decoration:underline;
}
.home .mail_magagine{
	clear:both;
}
.home .mail_magagine .text{
	background:url(images/golf/magagine_point.jpg) no-repeat 0 4px;
	padding-left:15px;
	font-size:13px;
    font-size:1.3rem;
}
.home .mail_magagine h3{
	background:url(images/golf/mail_title.jpg) no-repeat;
	width:262px;
	height:36px;
	text-indent:-9999em;
	overflow:hidden;
	margin-bottom:10px;
}
.home .mail_magagine a:hover{
	opacity:0.6;
}
.home #content .Recommend{
	clear:both;
	background:url(images/golf/reco_title.jpg) no-repeat;
	width:1000px;
	height:36px;
	text-indent:-9999em;
	overflow:hidden;
	margin-bottom:5px;
	font-size:16px;
	font-weight:600;
	padding-left:15px;
}
.home #content div.blockclear{
	clear:both;
	overflow:hidden;
	padding-bottom:0px;
	margin-bottom:20px;
	border-bottom:1px solid #cccccc;
}
.home #content .block{
	width:326px;
	float:left;
	padding-top:10px;
}
.home #content .cat_block{
	overflow:hidden;
	padding-bottom:30px;
}
.home #content .blocktop{
	border-top:none;
	margin-top:0;
}
.home #content .block:nth-child(2),
.home #content .block:nth-child(5){
	margin-left:11px;
	margin-right:11px;
}
.home #content .block img{
	margin-right:15px;
}
.home #content .block h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight:700;
	margin-bottom:15px;
}
.home #content .block h3{
	clear:none;
	margin: 0;
	padding: 0;
	font-size: 14px;
    font-size:1.4rem;
	margin-bottom:10px;
}
.home #content .block h3.cat_title a{
	text-decoration:none;
	color:#454545;
	font-size:15px;
    font-size:1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.home #content .block h3.cat_title a:hover{
	text-decoration:underline;
}
.home #content .block p{
	font-size:14px;
    font-size:1.4rem;
}
.home #content .block div.text{
	height:45px;
}
.home #content .block .link_list img:nth-child(1){
	margin:0 5px;
}
.home #content .block .link_list img:nth-child(2){
	margin:0 5px;
}
.home #content .block .page_link{
	clear: both;
	background: none repeat scroll 0% 0% rgb(195, 195, 195);
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-size: 12px;
    font-size:1.2rem;
	display: block;
	line-height: 20px;
}
.home #content .block .link_list1,
.home #content .block .link_list2,
.home #content .block .link_list3,
.home #content .block .link_list4,
.home #content .block .link_list5,
.home #content .block .link_list6{
	clear:both;
	width:316px;
	height:32px;
	/*text-indent:-9999em;*/
	overflow:hidden;
	display:block;
    background:#414141 url(images/golf/bg_recom.jpg) no-repeat 100% 50%;
    padding-left:10px;
    font-size:14px;
    font-size:1.4rem;
    line-height:32px;
    color:#fff;
    text-decoration: none;
}
/*.home #content .block .link_list1{
	background:url(images/golf/recom1.jpg) no-repeat;
}
.home #content .block .link_list2{
	background:url(images/golf/recom2.jpg) no-repeat;
}
.home #content .block .link_list3{
	background:url(images/golf/recom3.jpg) no-repeat;
}
.home #content .block .link_list4{
	background:url(images/golf/recom4.jpg) no-repeat;
}
.home #content .block .link_list5{
	background:url(images/golf/recom5.jpg) no-repeat;
}
.home #content .block .link_list6{
	background:url(images/golf/recom6.jpg) no-repeat;
}*/
.home #content .facebook{
	clear: both;
	width: 500px;
	margin-left: 35px;
	float:left;
}
.home #content .twitter{
	width: 400px;
	float:left;
	margin-left:30px;
}
.home #content a#to-top{
	margin-top:10px;
}

/* -- mainnavi -- */
div#access,
ul.menu {
	padding: 0px;
	margin: 0px;
	background-image: url('images/main_navi_bg.jpg');
	background-repeat: repeat-x;
	background-color: #000;
}
	div#access ul li,
	ul.menu li {
		padding: 0px;
		margin: 0px;
		float: left;
		position: relative;
	border-left:1px solid #6d6d6d;
	height:32px;
	}
div#access ul li.menu-item-2514{
	border-right:1px solid #6d6d6d;
}
div#access li a{
    /* width: 121px; */
    height: 14px;
    padding: 18px 5px;
    margin: 0px;
    display: block;
    /* background-image: url('images/button_main_navi.jpg');
    background-repeat: no-repeat;
    background-position: -131px 0px; */
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    font-size:1.5rem;
    text-align: center;
    border-right:none;
}
div#access li a:hover,
ul.menu li a:hover {
    background-position: 0px 0px;
    text-decoration: none;
}
div#access ul ul,
ul.menu ul {
    display:none;
    position:absolute;
    top:50px;
    left:0;
    float:left;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    z-index: 99999;
}
div#access ul ul li,
ul.menu ul li {
    min-width: 111px;
}
div#access ul ul ul,
ul.menu ul ul {
    left:100%;
    top:0;
}
div#access ul ul a,
ul.menu ul a {
    background-repeat: repeat-x;
    line-height:1em;
    padding:10px;
    width: 132px;
}
div#access li:hover > a,
div#access ul ul :hover > a,
ul.menu li:hover > a,
ul.menu ul :hover > a {
    color:#fff;

}
div#access ul li:hover > ul,
ul.menu li:hover > ul {
    display:block;
}   
/* -- subnavi -- */
ul.subnavi {
	height: 29px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/sub_navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
}
ul.subnavi li {
	padding: 5px 20px;
	margin: 0px;
	float: left;
	font-size: 13px;
}
ul.subnavi a {
	color: #000;
}
div#access li a{
	padding:0px 5px;
	font-size:13px;
    font-size:1.3rem;
	line-height:25px;
	height:25px;
}

/*マーク金井とは・マーク金井が斬る・ゴルフ上達AtoZ・マーク金井BLOG*/
div#access li#menu-item-3962 > a,
div#access li#menu-item-3907 > a,
div#access li#menu-item-2505 > a,
div#access li#menu-item-2508 > a,
div#access li#menu-item-2511 > a,
div#access li#menu-item-2514 > a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:169px;
	height:32px;
	padding:0;
}
div#access li#menu-item-2505 > a{
	background:url(images/golf/navi1.jpg) no-repeat top;
}
div#access li#menu-item-2505 .sub-menu:hover + li#menu-item-2505 > a,
div#access li#menu-item-2505 > a:hover,
.page-id-8 div#access li#menu-item-2505 > a,
.page-id-1300 div#access li#menu-item-2505 > a,
.page-id-1302 div#access li#menu-item-2505 > a{
	background:url(images/golf/navi1.jpg) no-repeat bottom;
}
div#access li#menu-item-3907 > a,
div#access li#menu-item-3962 > a{
	background:url(images/golf/navi7.jpg) no-repeat top;
}
div#access li#menu-item-3907 > a:hover,
div#access li#menu-item-3962 > a:hover{
	background:url(images/golf/navi7.jpg) no-repeat bottom;
}

div#access li#menu-item-2508 > a{
	background:url(images/golf/navi2.jpg) no-repeat top;
}
div#access li#menu-item-2508 > a:hover,
.page-id-13 div#access li#menu-item-2508 > a,
.page-id-14 div#access li#menu-item-2508 > a,
.page-id-16 div#access li#menu-item-2508 > a{
	background:url(images/golf/navi2.jpg) no-repeat bottom;
}
div#access li#menu-item-2511 > a{
	background:url(images/golf/navi3.jpg) no-repeat top;
}
div#access li#menu-item-2511 > a:hover,
.page-id-18 div#access li#menu-item-2511 > a{
	background:url(images/golf/navi3.jpg) no-repeat bottom;
}

div#access li#menu-item-2514 > a{
	background:url(images/golf/navi4.jpg) no-repeat top;
}
div#access li#menu-item-2514 > a:hover{
	background:url(images/golf/navi4.jpg) no-repeat bottom;
}
/*WEBストア*/
div#access li#menu-item-251 > a{
	background:url(images/golf/navi5.jpg) no-repeat top;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:131px;
	height:32px;
	padding:0;
}
div#access li#menu-item-251 > a:hover{
	background:url(images/golf/navi5.jpg) no-repeat bottom;
}
/*ストアBLOG*/
div#access li#menu-item-256 > a{
	background:url(images/golf/navi6.jpg) no-repeat top;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:130px;
	height:32px;
	padding:0;
}
div#access li#menu-item-256 > a:hover{
	background:url(images/golf/navi6.jpg) no-repeat bottom;
}
div#access li#menu-item-256{
	border-right:1px solid #6d6d6d;
}
/*サブプルダウンメニュー*/
/*今日のクラブセッティング・メディア掲載・商品開発ストーリー*/
div#access li#menu-item-2702 > a,
div#access li#menu-item-2506 > a,
div#access li#menu-item-2507 > a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:320px;
	height:30px;
	padding:0;
}
div#access li#menu-item-2702 > a{
	background:url(images/golf/sub1-3.jpg) no-repeat top;
}
div#access li#menu-item-2702 > a:hover,
.page-id-2695 div#access li#menu-item-2702 > a{
	background:url(images/golf/sub1-3.jpg) no-repeat bottom;
}
div#access li#menu-item-2506 > a{
	background:url(images/golf/sub1-1.jpg) no-repeat top;
}
div#access li#menu-item-2506 > a:hover,
.page-id-1300 div#access li#menu-item-2506 > a{
	background:url(images/golf/sub1-1.jpg) no-repeat bottom;
}
div#access li#menu-item-2507 > a{
	background:url(images/golf/sub1-2.jpg) no-repeat top;
}
div#access li#menu-item-2507 > a:hover,
.page-id-1302 div#access li#menu-item-2507 > a{
	background:url(images/golf/sub1-2.jpg) no-repeat bottom;
}
/*マーク金井のクラブ指南・超私的なゴルフ場調査*/
div#access li#menu-item-2509 > a,
div#access li#menu-item-2510 > a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	width:236px;
	height:30px;
	padding:0;
}
div#access li#menu-item-2509 > a{
	background:url(images/golf/sub2-1.jpg) no-repeat top;
}
div#access li#menu-item-2509 > a:hover,
.page-id-14 div#access li#menu-item-2509 > a{
	background:url(images/golf/sub2-1.jpg) no-repeat bottom;
}
div#access li#menu-item-2510 > a{
	background:url(images/golf/sub2-2.jpg) no-repeat top;
}
div#access li#menu-item-2510 > a:hover,
.page-id-16 div#access li#menu-item-2510 > a{
	background:url(images/golf/sub2-2.jpg) no-repeat bottom;
}








div#access ul ul,
ul.menu ul {
	position:absolute;
	top:32px;
	left:0;
}
div#access,
ul.menu {
	background:#000000;
}

div#access ul ul li,
ul.menu ul li,
div#access ul ul a,
ul.menu ul a{

	line-height:14px;
}
div#access ul ul li{
	height:30px;
	border-left:none;
}
div#access li:hover > a,
div#access ul ul :hover > a,
div#access ul.menu li:hover > a,
div#access ul.menu ul :hover > a {
	color:#728a2c;
}
.mainnavi .current-page-ancestor > a,
.mainnavi .current-menu-parent > a,
.mainnavi .current-page-parent > a,
.mainnavi .current-menu-ancestor > a,
.mainnavi .current_page_ancestor > a,
.mainnavi .current-menu-item > a,
.mainnavi .current_page_item > a{
	background: url('images/g_navi_in.gif') repeat-x;
}

/*-------------------------------------------*/
/*	ゴルフ上達AtoZ
/*-------------------------------------------*/
.page-id-18 #content{
	position:relative;
}
.page-id-18 #content .maintext{
	position:absolute;
	top:110px;
	left:350px;
}
.page-id-18 #content h1.entry-title {
	/*background: url("images/golf/az_title.jpg") no-repeat scroll 0% 0% transparent;
	width: 700px;*/
	height: 220px;
	/*text-indent: -9999em;
	overflow: hidden;
	display: block;*/
	border-bottom: medium none;
}
.page-id-18 #content h2.club,
.page-id-18 #content h2.swing{
	width: 700px;
	height: 36px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
}
.page-id-18 #content h2.club{
	background: url("images/golf/az_title1.jpg") no-repeat scroll 0% 0% transparent;
}
.page-id-18 #content h2.swing{
	background: url("images/golf/az_title2.jpg") no-repeat scroll 0% 0% transparent;
}
.page-id-18 #content .list h4{
	border-bottom:1px solid #bdbdbd;
	font-size:16px;
	margin-bottom:15px;
	background:#ffffff;
}
.page-id-18 #content .sinan_catch{
	float:left;
}
.page-id-18 #content .list{
	overflow:hidden;
}
.page-id-18 #content .list img{
	float:left;
}
.page-id-18 #content .list a{
	color:#373737;
	text-decoration:none;
}
.page-id-18 #content .list ul{
	margin-left:160px;
}
.page-id-18 #content .list li{
	float:left;
	list-style:none;
	background:url(images/golf/list_point.jpg) no-repeat 0 5px;
	padding-left:10px;
	width:250px;
}
.page-id-18 #content h5{
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 2px;
	font-size: 16px;
}
.page-id-18 #content .list_left,
.page-id-18 #content .list_center,
.page-id-18 #content .list_right{
	overflow:hidden;
	margin-bottom:30px;
}
.page-id-18 #content .list .list1,
.page-id-18 #content .list .list2,
.page-id-18 #content .list .list3,
.page-id-18 #content .list .list4,
.page-id-18 #content .list .list5,
.page-id-18 #content .list .list6{
	clear:both;
}
.page-id-18 #content h2,
.page-id-18 #content h4{
	clear:both;
	width:690px;
	height:31px;
	font-size:16px;
    font-size:1.6rem;
	line-height:31px;
	padding-left:10px;
	font-weight:700;
}
.page-id-18 #content h2{
	background:url(images/golf/tyousa_title_bg.jpg) no-repeat;
}
.page-id-18 #content h3{
	clear:both;
	border-bottom:1px solid #bdbdbd;
	border-left:3px solid #686868;
	padding-left:10px;
	font-size:16px;
	margin:20px 0;
}
.page-id-18 #content h3 span{
	color:#ffffff;
	background:#c9c9c9;
	float:right;
	width:190px;
	text-align:center;
	font-size:14px;
	line-height:20px;
}
.page-id-18 #content h3 a:hover{
	color: rgb(51, 51, 51);
}
.page-id-18 #content h4{
	background: url("images/golf/tyousa_title_bg.jpg") no-repeat scroll 0% 0% transparent;
}
.page-id-18 #content #to-top{
	margin-bottom:30px;
}
.page-id-18 #Cat-Post-List li{
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
	padding-bottom:10px;
}
.page-id-18 #Cat-Post-List .cpl_image{
	float:right;
	border:none;
	margin:0;
}
.page-id-18 #Cat-Post-List .list_title{
	background:url(images/golf/tyousa_point.jpg) no-repeat 0px 2px;
	padding-left:20px;
	font-size:16px;
    font-size:1.6rem;
	text-decoration:none;
	color:#000000;
}
.page-id-18 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-18 #Cat-Post-List p{
	margin-left:0;
	font-size:14px;
}
/*-------------------------------------------*/
/*	メディア掲載
/*-------------------------------------------*/
.page-id-1300 #content h1.entry-title {
	background: url("images/golf/media_title.jpg") no-repeat scroll 0% 0% transparent;
	text-indent: -9999em;
	overflow: hidden;
	width: 700px;
	height: 36px;
	border: medium none;
}
.page-id-1300 #Cat-Post-List .list_title {
	background: url("images/golf/tyousa_point.jpg") no-repeat scroll 0px 2px transparent;
	padding-left: 20px;
	font-size: 16px;
    font-size:1.6rem;
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.page-id-1300 #Cat-Post-List li {
	border-bottom: 1px dotted rgb(204, 204, 204);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-id-1300 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-1300 #Cat-Post-List .cpl_image {
	float: right;
	border: medium none;
	margin: 0px;
}
.page-id-1300 #Cat-Post-List p {
    margin-left: 0px;
    font-size: 14px;
}

.page-id-1300 #content #to-top{
	margin-top:30px;
}
/*-------------------------------------------*/
/*	開発ストーリー
/*-------------------------------------------*/
.page-id-1302 #content h1.entry-title {
	background: url("images/golf/story_title.jpg") no-repeat scroll 0% 0% transparent;
	text-indent: -9999em;
	overflow: hidden;
	width: 700px;
	height: 36px;
	border: medium none;
}
.page-id-1302 #Cat-Post-List .list_title {
	background: url("images/golf/tyousa_point.jpg") no-repeat scroll 0px 2px transparent;
	padding-left: 20px;
	font-size: 16px;
    font-size:1.6rem;
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.page-id-1302 #Cat-Post-List li {
	border-bottom: 1px dotted rgb(204, 204, 204);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-id-1302 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-1302 #Cat-Post-List .cpl_image {
	float: right;
	border: medium none;
	margin: 0px;
}
.page-id-1302 #Cat-Post-List p {
    margin-left: 0px;
    font-size: 14px;
    font-size:1.4rem;
}

.page-id-1302 #content #to-top{
	margin-top:30px;
}
/*-------------------------------------------*/
/*	ムービー一覧
/*-------------------------------------------*/
.page-id-1328 #content h1.entry-title {
	/*background: url("images/golf/channel_toptitle.jpg") no-repeat scroll 0% 0% transparent;
	text-indent: -9999em;
	overflow: hidden;
	width: 700px;*/
	height: 36px;
	border: medium none;
}
.page-id-1328 #Cat-Post-List .list_title {
	background: url("images/golf/tyousa_point.jpg") no-repeat scroll 0px 2px transparent;
	padding-left: 20px;
	font-size: 16px;
    font-size:1.6rem;
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.page-id-1328 #Cat-Post-List li {
	border-bottom: 1px dotted rgb(204, 204, 204);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-id-1328 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-1328 #Cat-Post-List .cpl_image {
	float: right;
	border: medium none;
	margin: 0px;
}
.page-id-1328 #Cat-Post-List p {
    margin-left: 0px;
    font-size: 14px;
    font-size:1.4rem;
}

.page-id-1328 #content #to-top{
	margin-top:30px;
}
/*-------------------------------------------*/
/*	今日のクラブセッティング
/*-------------------------------------------*/
.page-id-2695 #content h1.entry-title {
	background: url("images/golf/setting_title.jpg") no-repeat scroll 0% 0% transparent;
	text-indent: -9999em;
	overflow: hidden;
	width: 700px;
	height: 36px;
	border: medium none;
}
.page-id-2695 #Cat-Post-List .list_title {
	background: url("images/golf/tyousa_point.jpg") no-repeat scroll 0px 2px transparent;
	padding-left: 20px;
	font-size: 16px;
    font-size:1.6rem;
	text-decoration: none;
	color: rgb(0, 0, 0);
}
.page-id-2695 #Cat-Post-List li {
	border-bottom: 1px dotted rgb(204, 204, 204);
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-id-2695 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-2695 #Cat-Post-List .cpl_image {
	float: right;
	border: medium none;
	margin: 0px;
}
.page-id-2695 #Cat-Post-List p {
    margin-left: 0px;
    font-size: 14px;
    font-size:1.4rem;
}

.page-id-2695 #content #to-top{
	margin-top:30px;
}
/*-------------------------------------------*/
/*	ゴルフ指南
/*-------------------------------------------*/
.page-id-14 #content h1.entry-title{
	background:url(images/golf/sinan_title.jpg) no-repeat;
	width:700px;
	height:36px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
.page-id-14 #content .list h4{
	border-bottom:1px solid #bdbdbd;
	font-size:16px;
    font-size:1.6rem;
	margin-bottom:15px;
	background:#ffffff;
}
.page-id-14 #content .sinan_catch{
	float:left;
}
.page-id-14 #content .list{
	overflow:hidden;
	margin-bottom:50px;
}
.page-id-14 #content .list a{
	color:#000000;
	text-decoration:none;
}
.page-id-14 #content .list ul{
	margin-left:160px;
}
.page-id-14 #content .list li{
	float:left;
	list-style:none;
	background:url(images/golf/list_point.jpg) no-repeat 0 5px;
	padding-left:10px;
	width:165px;
}
.page-id-14 #content .list .list1,
.page-id-14 #content .list .list2,
.page-id-14 #content .list .list3,
.page-id-14 #content .list .list4,
.page-id-14 #content .list .list5,
.page-id-14 #content .list .list6{
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
.page-id-14 #content h2{
	clear:both;
	background:url(images/golf/tyousa_title_bg.jpg) no-repeat;
	width:690px;
	height:31px;
	font-size:16px;
    font-size:1.6rem;
	line-height:31px;
	padding-left:10px;
	font-weight:700;
}
.page-id-14 #content h2 a:hover{
	color: rgb(51, 51, 51);
}
.page-id-14 #content h3{
	clear:both;
	border-bottom:1px solid #bdbdbd;
	border-left:3px solid #686868;
	padding-left:10px;
	font-size:16px;
    font-size:1.6rem;
	margin:20px 0;
}
.page-id-14 #content h3 span{
	color:#ffffff;
	background:#c9c9c9;
	float:right;
	width:135px;
	text-align:center;
	font-size:14px;
    font-size:1.4rem;
	line-height:20px;
}
.page-id-14 #content h3 a:hover{
	color: rgb(51, 51, 51);
}
.page-id-14 #content #to-top{
	margin-bottom:30px;
}
.page-id-14 #Cat-Post-List li{
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
	padding-bottom:10px;
}
.page-id-14 #Cat-Post-List .cpl_image{
	float:right;
	border:none;
	margin:0;
}
.page-id-14 #Cat-Post-List .list_title{
	background:url(images/golf/tyousa_point.jpg) no-repeat 0px 2px;
	padding-left:20px;
	font-size:16px;
    font-size:1.6rem;
	text-decoration:none;
	color:#000000;
}
.page-id-14 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-14 #Cat-Post-List p{
	margin-left:0;
	font-size:14px;
    font-size:1.4rem;
}
/*-------------------------------------------*/
/*	マーク金井とは
/*-------------------------------------------*/
.page-id-8 #content h1.entry-title{
	/*background:url(images/golf/kanai_title.jpg) no-repeat;
	width:700px;*/
	height:224px;
	/*text-indent:-9999em;
	overflow:hidden;
	display:block;*/
	border-bottom:none;
}
.page-id-8 #content h2{
	clear: both;
	background: url(images/golf/tyousa_title_bg.jpg) no-repeat;
	width: 690px;
	height: 31px;
	font-size: 16px;
    font-size:1.6rem;
	line-height: 31px;
	padding-left: 10px;
	font-weight: 700;
}
.page-id-8 #content{
	position:relative;
}
.page-id-8 #content .text{
	position:absolute;
	top:130px;
	left:520px;
	text-align:right;
}
.page-id-8 #content .text span{
	font-style:oblique;
	color:#a30016;
	font-size:1.1em;
}
.page-id-8 #content .catch_text{
	margin-bottom:40px;
}
.page-id-8 #content img.alignleft{
	float:left;
	margin:0 10px 0 0;
}
.page-id-8 #content img.alignright{
	float:right;
	margin:0 0 0 10px;
}
.page-id-8 #content .main_text{
	margin-bottom:40px;
}
.page-id-8 #content ul{
	border-top:1px dotted #bababa;
	margin-top:30px;
	padding-top:20px;
}
.page-id-8 #content ul li{
	background: url(images/golf/kanai_point.jpg) no-repeat 0 2px;
	padding-left:15px;
}
.page-id-8 #content ul li a{
	color:#454545;
	text-decoration:none;
}
.page-id-8 #content ul li a:hover{
	text-decoration:underline;
}

/*-------------------------------------------*/
/*	マーク金井が斬る
/*-------------------------------------------*/
.page-id-13 #content h1.entry-title{
	/*background:url(images/golf/kiru_title.jpg) no-repeat;
	width:700px;*/
	height:280px;
	/*text-indent:-9999em;
	overflow:hidden;
	display:block;*/
	border-bottom:none;
}
.page-id-13 #content h2 a{
	clear: both;
	background: url(images/golf/tyousa_title_bg.jpg) no-repeat;
	width: 690px;
	height: 31px;
	font-size: 16px;
    font-size:1.6rem;
	line-height: 31px;
	padding-left: 10px;
	font-weight: 700;
	display:block;
	color:#000000;
	text-decoration:none;
}
.page-id-13 #content h2 a:hover{
	text-decoration:underline;
}
.page-id-13 #content{
	position:relative;
}
.page-id-13 #content .text{
	position:absolute;
	top:110px;
	left:270px;
}
.page-id-13 #content .layout{
	margin-bottom:40px;
	overflow:hidden;
}
.page-id-13 #content img,
.page-id-13 #content ul{
	float:left;
}
.page-id-13 #content ul{
	margin-left:80px;
	width:180px;
	list-style:none;
}
.page-id-13 #content ul li{
	background: url(images/golf/list_point.jpg) no-repeat 0 5px;
	padding-left:15px;
}
.page-id-13 #content ul li a{
	color:#454545;
	text-decoration:none;
}
.page-id-13 #content ul li a:hover{
	text-decoration:underline;
}
/*-------------------------------------------*/
/*	超私的なゴルフ場調査
/*-------------------------------------------*/
.page-id-16 #content h1.entry-title{
	background:url(images/golf/tyousa_title.jpg) no-repeat;
	width:700px;
	height:35px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
.page-id-16 #content .tyousa_img{
	float:right;
	margin-bottom:50px;
}
.page-id-16 #content h2{
	clear:both;
	background:url(images/golf/tyousa_title_bg.jpg) no-repeat;
	width:690px;
	height:31px;
	font-size:16px;
    font-size:1.6rem;
	line-height:31px;
	padding-left:10px;
	font-weight:700;
}
.page-id-16 #content h3 {
    clear: both;
    border-bottom: 1px solid rgb(189, 189, 189);
    border-left: 3px solid rgb(104, 104, 104);
    padding-left: 10px;
    font-size: 16px;
    font-size:1.6rem;
    margin: 20px 0px;
}
.page-id-16 #content h3{
	clear:none;
	margin:0;
}
.page-id-16 #content #page_list a{
	text-decoration:none;
	color:#000000;
	font-size:16px;
    font-size:1.6rem;
}
.page-id-16 #content #page_list li{
	background:url(images/golf/list_point.jpg) no-repeat 0px 4px;
	padding-left:10px;
	margin-left:20px;
	list-style:none;
}
.page-id-16 #content h2 a:hover{
	color: rgb(51, 51, 51);
}
.page-id-16 #Cat-Post-List li{
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
	padding-bottom:10px;
}
.page-id-16 #Cat-Post-List .cpl_image{
	float:right;
	border:none;
	margin:0;
}
.page-id-16 #Cat-Post-List .list_title{
	background:url(images/golf/tyousa_point.jpg) no-repeat 0px 2px;
	padding-left:20px;
	font-size:16px;
	text-decoration:none;
	color:#000000;
}
.page-id-16 #Cat-Post-List .list_title:hover{
	text-decoration:underline;
}
.page-id-16 #Cat-Post-List p{
	margin-left:0;
	font-size:14px;
    font-size:1.4rem;
}

/*-------------------------------------------*/
/*	開発ストーリー
/*-------------------------------------------*/
.category-story #product_story_page {
	padding-bottom: 20px;
}
.category-story #product_story_page h2,
.category-story #product_story_page h4 {
	margin: 0 0 20px;
	padding: 0;
}
.category-story #product_story_page p {
	font-size: 14px;
    font-size:1.4rem;
	line-height: 1.8;
	padding: 0 10px 10px;
}
.category-story #product_story_page p.right {
	text-align: right;
}
.category-story #product_story_page p.center {
	text-align: center;
	padding: 0 0 30px;
}
.category-story #product_story_page .mark_comment {
	width: 698px;
	margin: 10px 0 40px;
	padding: 0 0 15px;
	border: 1px solid #333;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
}
.category-story #product_story_page .mark_comment h3 {
	margin: 0;
	padding: 0;
}
.category-story #product_story_page .mark_comment p {
	padding: 10px 10px 0;
}
.category-story #product_story_page .imgarea_type1 {
	float: left;
	width: 200px;
	margin-left: 10px;
}
.category-story #product_story_page .imgarea_type2 {
	float: left;
	width: 280px;
	margin-left: 10px;
}
.category-story #product_story_page .textarea_type1 {
	float: right;
	width: 480px;
	margin-left: 10px;
}
.category-story #product_story_page .textarea_type2 {
	float: right;
	width: 400px;
	margin-left: 10px;
}
.category-story #product_story_page ul#lineup_type1,
.category-story #product_story_page ul#lineup_type2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-story #product_story_page ul#lineup_type1 li,
.category-story #product_story_page ul#lineup_type2 li {
	float: left;
	padding: 5px;
}
.category-story #product_story_page ul#lineup_type1 {
	width: 200px;
}
.category-story #product_story_page ul#lineup_type1 li img {
	width: 190px;
	height: auto;
}
.category-story #product_story_page ul#lineup_type2 {
	width: 280px;
}
.category-story #product_story_page ul#lineup_type2 li img {
	width: 130px;
	height: auto;
}
.category-story #product_story_page dl.info {
	font-size: 15px;
    font-size:1.5rem;
	line-height: 1.8;
	margin: 5px 0 10px;
}
.category-story #product_story_page dl.info dd {
	margin: 0 5px 10px 18px;
}
.category-story #product_story_page dl.info dd a {
	text-decoration: underline;
	color: #00f;
}
/*-------------------------------------------*/
/*	メルマガ登録
/*-------------------------------------------*/
.page-id-3232 #content h1.entry-title {
	/*background: url("images/mailmagazine/mail_title.jpg") no-repeat scroll 0% 0% transparent;
	text-indent: -9999em;
	overflow: hidden;
    width: 700px;*/
	height: 220px;
	border: medium none;
}
.page-id-3232 #content p.textright {
	text-align: right;
	padding: 20px 30px 20px 0;
}
.page-id-3232 #content p.textright a:hover{
	opacity:0.7;
}
.page-id-3232 #content p img.alignleft {
	padding: 0 5px 10px 15px;
}
/*.page-id-3232 #content h2.charge {
	background: url("images/mailmagazine/bg_h2_charge.png") left top no-repeat;
	width: 700px;
	line-height: 50px;
	color: #333;
	font-size: 17px;
    font-size:1.7rem;
	font-weight: bold;
}
.page-id-3232 #content h2.charge span {
	color: #F60;
	padding: 0 35px 0 20px;
}
.page-id-3232 #content h2.free {
	background: url("images/mailmagazine/bg_h2_free.png") left top no-repeat;
	width: 700px;
	line-height: 50px;
	color: #333;
	font-size: 17px;
    font-size:1.7rem;
	font-weight: bold;
}
.page-id-3232 #content h2.free span {
	color: #F60;
	padding: 0 35px 0 15px;
}*/
.page-id-3232 #content div.mail_ex {
	width: 620px;
	padding: 15px 20px;
	margin: 0 auto 20px;
	border: 1px solid #CCC;
	background: #fff;
	position: relative;
	clear: both;
}
.page-id-3232 #content div.mail_ex p {
	font-size: 90%;
	line-height: 2;
}
.page-id-3232 #content .mail_ex:before,
.page-id-3232 #content .mail_ex:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.page-id-3232 #content .mail_ex:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*-------------------------------------------*/
/*	ムービー一覧
/*-------------------------------------------*/
.category-105 #content h2{
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
}
/*-------------------------------------------*/
/*	会社概要　プライバシーポリシー　特定商
/*-------------------------------------------*/
.page-id-21 .entry-content,
.page-id-1798 .entry-content,
.page-id-1804 .entry-content{
	padding-top:0;
}
.page-id-21 #content h1.entry-title,
.page-id-1804 #content h1.entry-title{
	font-size: 18px;
	margin: 0px 0px 16px;
	font-weight:600;
	padding-bottom:10px;
}
.page-id-1798 #content h1.entry-title,
.page-id-23 #content h1.entry-title{
	text-indent:-9999em;
	overflow:hidden;
	width:700px;
	height:36px;
	border:none;
}
.page-id-1798 #content h1.entry-title{
	background:url(images/golf/tokutei_title.jpg) no-repeat;
}
.page-id-23 #content h1.entry-title{
	background:url(images/golf/privacy_title.jpg) no-repeat;
}
.page-id-21 #content h2,
.page-id-1798 #content h2,
.page-id-1804 #content h2{
	font-size:15px;
	border-bottom:1px solid #ddd;
	font-weight:600;
	margin-top:20px;
	padding-left:10px;
}
.page-id-23 #content h2 {
	clear: both;
	background: url("images/golf/tyousa_title_bg.jpg") no-repeat scroll 0% 0% transparent;
	width: 690px;
	height: 31px;
	font-size: 16px;
    font-size:1.6rem;
	line-height: 31px;
	padding-left: 10px;
	font-weight: 700;
}
.page-id-23 #content .text strong{
	margin-bottom:10pc;
}
.page-id-23 #content .text{
	margin:20px 0px 30px 10px;
}
.page-id-1804 #content h2{
	padding-left:0px;
}
.page-id-21 #content table,
.page-id-1798 #content table,
.page-id-1804 #content table{
	border:none;
	margin-top:20px;
}
.page-id-21 #content table tr th,
.page-id-1798 #content table tr th,
.page-id-1804 #content table tr th{
	color: rgb(85, 85, 85);
	font-size:14px;
    font-size:1.4rem;
	font-weight:normal;
	padding:3px 15px;
	background:#f0f0f0;
}
.page-id-21 #content table tr td,
.page-id-1798 #content table tr td,
.page-id-1804 #content table tr td{
	border-top:none;
	padding:3px 15px;
}
.page-id-21 #content table tr td img,
.page-id-1798 #content table tr td img,
.page-id-1804 #content table tr td img{
	vertical-align:middle;
}
.page-id-21 #content table tr,
.page-id-1798 #content table tr,
.page-id-1804 #content table tr{
	border-bottom:2px solid #fff;
}
.page-id-21 #content p.margin_left,
.page-id-1798 #content p.margin_left,
.page-id-1804 #content p.margin_left{
	margin-left:10px;
}
.page-id-21 #content #to-top,
.page-id-1798 #content #to-top,
.page-id-1804 #content #to-top{
	margin-top:30px;
}
/*-------------------------------------------*/
/*	リニューアルキャンペーン
/*-------------------------------------------*/
.open{
	border-bottom: 1px solid #bbbbbb;
	padding-bottom:20px;
	margin-bottom:30px;
}
/*-------------------------------------------*/
/*	マーク金井主催コンペ
/*-------------------------------------------*/
.page-id-3291 #content .pagetitle {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 8px 15px;
	margin-bottom: 10px;
}
.page-id-3291 #content p{
	font-size:14px;
    font-size:1.4rem;
}
.page-id-3291 #content .competext1{
	float:left;
	width:335px;
}
.page-id-3291 #content .competext2{
	margin-top: 300px;
	margin-left: 360px;
}
.page-id-3291 #content .competext4{
	margin:15px 0 40px 0;
}
.page-id-3291 #content .competext5{
	width:340px;
}
.page-id-3291 #content .competext6{
	clear:both;
	margin:30px 0;
}
.page-id-3291 #content .compeimg1{
	margin-bottom:20px;
}
.page-id-3291 #content .compeimg2{
	float:right;
}
.page-id-3291 #content .compeimg3{
	clear: both;
	float: left;
}
.page-id-3291 #content .compeimg5{
	margin-top:45px;
}
.page-id-3291 #content .compelay1{
	clear:both;
}
.page-id-3291 #content .compelay2{
	clear:both;
	overflow:hidden;
	margin-top:40px;
}
.page-id-3291 #content .compeimg4{
	float:right;
}
.page-id-3291 #content .alb{
	clear:both;
	overflow:hidden;
}
.page-id-3291 #content .alb img{
	float:left;
	margin:2px;
}
.page-id-3291 #content .competext3{
	clear:both;
}
.page-id-3291 #content .compeimg9{
	margin:auto;
	display:block;
}
.page-id-3291 #content .competext3{
	margin:30px 0;
}
/*-------------------------------------------*/
/*	各記事
/*-------------------------------------------*/
.single #content h1.entry-title{
	font-size:18px;
    font-size:1.8rem;
	padding-bottom:10px;
	margin-bottom:20px;
}
.single .entry-utility{
	margin-top:20px;
	font-size:14px;
    font-size:1.4rem;
}
.single .entry-utility .cat_title{
	float:left;
}
.single .entry-utility li{
	float:left;
	list-style:none;
	margin-left:5px;
}
.single .entry-utility a{
	text-decoration:none;
	color:#4c4c4c;
	background:#ebebeb;
	padding:3px 10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.single a#to-top{
	margin-top:30px;
}
.single .head_img{
	position:relative;
	background:url(images/golf/bg_head_img.gif)  repeat-x left top;
}
.single .head_img a.page_back{
	position:absolute;
	top:50px;
	right:10px;
	color:#5d5d5d;
	text-decoration:none;
}
.single .channel a.page_back{
	position:absolute;
	top:38px;
	right:5px;
	color:#5d5d5d;
	text-decoration:none;
}
.single img.single_top{
	margin-bottom:30px;
}
/*-------------------------------------------*/
/*	パンくず
/*-------------------------------------------*/
.breadcrumbs{
	margin-bottom:20px;
	width:700px;
}
/*-------------------------------------------*/
/*	TOPへ戻る
/*-------------------------------------------*/
a#to-top{
	clear:both;
	text-decoration:none;
	color:#454545;
	font-size:0.9em;
	float:right;
}
/*-------------------------------------------*/
/*	サイド
/*-------------------------------------------*/
#primary #mark_info,
#primary #kiru_info,
#primary #atoz_info{
	margin-bottom:36px;
}
#primary #mark_info h3,
#primary #kiru_info h3,
#primary #atoz_info h3{
	margin:0;
}
#primary #mark_info h3 a{
	background:url(images/golf/mark_side_title.png)  no-repeat left top #000;
	height:36px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
#primary #kiru_info h3 a{
	background:url(images/golf/kiru_side_title.png) no-repeat left top #000;
	height:36px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
#primary #atoz_info h3 a{
	background:url(images/golf/atoz_side_title.jpg)  no-repeat left top #000;
	height:36px;
	text-indent:-9999em;
	overflow:hidden;
	display:block;
}
#primary #mark_info h3 a:hover{
	background:url(images/golf/mark_side_title.png) no-repeat left bottom #7a7a7a;
}
#primary #kiru_info h3 a:hover{
	background:url(images/golf/kiru_side_title.png) no-repeat bottom #7a7a7a;
}
#primary #atoz_info h3 a:hover{
	opacity:0.6;
}
#primary #mark_info ul,
#primary #kiru_info ul,
#primary #atoz_info ul{
	margin:0;
	padding:5px 0;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
}
#primary #mark_info li,
#primary #kiru_info li,
#primary #atoz_info li{
	list-style:none;
	border-left:5px solid #ffffff;
	font-weight:bold;
}
#primary #mark_info li:hover,
#primary #kiru_info li:hover,
#primary #atoz_info li:hover{
	border-left:5px solid #000000;
}
.page-id-2695 #primary #mark_info li.subpage1{
	border-left:5px solid #000000;
}
.page-id-1302 #primary #mark_info li.subpage2{
	border-left:5px solid #000000;
}
.page-id-1300 #primary #mark_info li.subpage3{
	border-left:5px solid #000000;
}

.page-id-14 #primary #kiru_info li.subpage1{
	border-left:5px solid #000000;
}
.page-id-16 #primary #kiru_info li.subpage8{
	border-left:5px solid #000000;
}

#primary #mark_info li a,
#primary #kiru_info li a,
#primary #atoz_info li a{
	color:#454545;
	margin-left:10px;
	line-height:30px;
	border-bottom:1px solid #d1d1d1;
	display:block;
	width:220px;
	height:30px;
	padding-left:10px;
}
#primary #mark_info li a:hover,
#primary #kiru_info li a:hover,
#primary #atoz_info li a:hover{
	background:#f3f3f3;
	text-decoration:none;
}
#primary #mark_info li.last a,
#primary #kiru_info li.last a,
#primary #atoz_info li.last a{
	border-bottom:none;
}
#primary #mark_info ul ul,
#primary #kiru_info ul ul,
#primary #atoz_info ul ul{
	margin:0;
	padding:0;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
#primary #mark_info ul ul li,
#primary #kiru_info ul ul li,
#primary #atoz_info ul ul li{
	border-left:5px solid #ffffff;
	font-weight:normal;
}
#primary #mark_info ul ul li a,
#primary #kiru_info ul ul li a,
#primary #atoz_info ul ul li a{
	padding-left:20px;
	width:210px;
}
/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/
/* footer CSS Start */
#footer {
	width: auto;
	margin:20px 0px 0px 0px;
	background-color: #ededed;
}
#footer p {
	color: #333;
	margin: 0px;
	padding: 0px;
}
#footer p.copyright {
	font-size: 12px;
	color:#ffffff;
	background:#000000;
	text-align:center;
	padding:5px;
}
#footer p.credit {
	margin-top: 20px;
	font-size: 10px;
    font-size:1.0rem;
	text-align: right;
}

#footer li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#footer a{
	color: #686868;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .footer_info{
	padding:25px 0px 3px 8px;
	margin:auto;
	width:980px;
}
#footer .footer_info img{
	vertical-align: middle;
}
#footer hr.border1{
	border-bottom:1px dotted #a8a8a8;
}
#footer hr.border2{
	border-top: 1px solid #bdbdbd;
	margin:0;
	padding:0;
}
#footer .logo_img{
	margin-bottom:-20px;
}
#footer ul.footernavi {
	color: #333333;
	margin: 0px auto;
	padding-top:10px;
	padding-bottom:10px;
	width:1000px;
	font-size:12px;
    font-size:1.2rem;
	text-align:right;
	clear:both;
}
#footer .footernavi a{
	color:#000000;
}
#footer .footerlist{
	width:980px;
	margin:auto;
	padding-top:10px;
	position:relative;
}
#footer li {
	float:none;
	display:inline;
}
#footer #menu-item-473{
	font-size:13px;
}
#footer .footer1_wid,
#footer .footer2_wid,
#footer .footer3_wid,
#footer .footer4_wid,
#footer .footer5_wid{
	width:175px;
	margin:0 10px;
	float:left;
	color:#ffffff;
}
#footer .footer1_wid li,
#footer .footer2_wid li,
#footer .footer3_wid li,
#footer .footer4_wid li,
#footer .footer5_wid li{
	display:block;
	font-size:14px;
    font-size:1.4rem;
	background:url(images/golf/footer_point.jpg) no-repeat;
	background-position:0 5px;
	border-left:none;
	padding-left:10px;
}
#footer .footer1_wid li a,
#footer .footer2_wid li a,
#footer .footer3_wid li a,
#footer .footer4_wid li a,
#footer .footer5_wid li a{
	margin-left:15px;
}
#footer .footer1_wid li .sub-menu,
#footer .footer2_wid li .sub-menu,
#footer .footer3_wid li .sub-menu,
#footer .footer4_wid li .sub-menu,
#footer .footer5_wid li .sub-menu{
	margin-left:1em;
}

#footer ul.menu{
	background:none;
}
#footer div#access li a,
#footer ul.menu li a {
	font-weight: normal;
	font-size: 12px;
    font-size:1.2rem;
	text-align: left;
	line-height:150%;
	margin:0;
}
#footer .toTop{
	display: none;
}

/*
======================================
	SmartPhone
	2015.05.12
	last 2015.05.15

    [1]HTML/BODY/WRAP
    [2]Header
    [3]Navigation
    [4]Contents
        1)Common
        2)Other
        3)Table
        4)Home
    [5]Footer
======================================
*/
@media screen and (max-width:768px){
	.wp-caption {
		margin-bottom: 20px;
		max-width:auto;
		text-align: center;
	}
	.wp-caption img{
		margin: 0;
	}
	.mkblogneoHd {background: url('images/golf/blogtitle_bg.gif') repeat-x;}
	.mkblogneoHd img{
		max-width: 262px;
	}
	.spOnly {display: block;}
	.pcOnly {display: none;}
    /*
    -------------------------
        [1]HTML/BODY/WRAP
    -------------------------
    */  
    body{
        background: none;
    }
    div.menu,
    #colophon,
    #branding{
        width:90%;
    }
    #main,
    #access .menu-header,
    #wrapper{
        width:100%;
    }
    #main{
        padding:0;   
    }
    #container{
        float:none
    }
    #content{
        float:none;
        width:92%;
        margin:0 auto;
    }
    #primary,
    #secondary{
        float:none;
        /*width:95%;*/
        width:100%;
        margin:0 auto;
    }
    
    /*
    -------------------------
        [2]Header
    -------------------------
    */
    /*header#wrapper{
        width:100%;       
    }*/
    #header{
        position: static;
        height: auto;
    }
    #site-title a{
        background-size: 264px 25px;
        width:264px;
        margin-top:15px;
        margin-left:10px;
        position: static;
    }
    #site-description{
        margin-top: 0;
        margin-left:10px;
        position: static;
        z-index: 1;
    }
    #site-description span{
        display: block;
    }
    
    /*
    -------------------------
        [3]Navigation
    -------------------------
    */
    #gnav{
        padding-bottom:10px;
    }
    #gnav-btn {
        display: block;
    }
    #gnav-btn a {
        display: block;
        color: #000;
        position:absolute;
        top:-5px;
        right:10px;
    }
    #gnav .NavContents{
        width:100%;
        display: none;
        position:absolute;
        top:36px;
        left:0;
        z-index: 3;
    }
    #access{   
        height:100%;
    }
    #access .menu-header li,
    div#access ul ul, ul.menu ul{
        background-color:#484848;
        float:none;
        position: static;
        display:block;
    }
    #access li.current-menu-item{
        background-image: none;
    }
    div#access ul li{
        border-left: none;
        height:100%;
    }
    div#access li#menu-item-3962 > a,
    div#access li#menu-item-2505 > a,
    div#access li#menu-item-2508 > a,
    div#access li#menu-item-2511 > a,
    div#access li#menu-item-2514 > a,
    div#access li#menu-item-251 > a,
    div#access li#menu-item-256 > a,
    div#access li#menu-item-2702 > a,
    div#access li#menu-item-2506 > a,
    div#access li#menu-item-2507 > a,
    div#access li#menu-item-2509 > a,
    div#access li#menu-item-2510 > a{
        background-image:none;
        display:block;
        overflow:hidden;
        text-indent:0;
        height:44px;
        padding:0 0 0 10px;
        text-align: left;
        line-height: 44px;
        font-size:1.2rem;
        font-weight: normal;
    }
    div#access li#menu-item-2505 .sub-menu:hover + li#menu-item-2505 > a,
    div#access li#menu-item-2505 > a:hover,
    .page-id-8 div#access li#menu-item-2505 > a,
    .page-id-1300 div#access li#menu-item-2505 > a,
    .page-id-1302 div#access li#menu-item-2505 > a,
    div#access li#menu-item-2508 > a:hover,
    .page-id-13 div#access li#menu-item-2508 > a,
    .page-id-14 div#access li#menu-item-2508 > a,
    .page-id-16 div#access li#menu-item-2508 > a,
    div#access li#menu-item-2511 > a:hover,
    .page-id-18 div#access li#menu-item-2511 > a,
    div#access li#menu-item-2514 > a:hover,
    div#access li#menu-item-251 > a:hover,
    div#access li#menu-item-256 > a:hover,
    div#access li#menu-item-2702 > a:hover,
    .page-id-2695 div#access li#menu-item-2702 > a,
    div#access li#menu-item-2506 > a:hover,
    .page-id-1300 div#access li#menu-item-2506 > a,
    div#access li#menu-item-2507 > a:hover,
    .page-id-1302 div#access li#menu-item-2507 > a,
    div#access li#menu-item-2509 > a:hover,
    .page-id-14 div#access li#menu-item-2509 > a,
    div#access li#menu-item-2510 > a:hover,
    .page-id-16 div#access li#menu-item-2510 > a{
        background-image:none;
    }
	div#access li {
        border-bottom:1px solid #8e8e8e;        
	}
	div#access .sub-menu li a{
		padding: 0 0 0 40px !important;
	}
    div#access ul li.menu-item-2514,
    div#access li#menu-item-256{
        border-right:none;
    }
    #access .menu-header ul .menu-item-251{
        margin-left:0;
    }
    #access .sub-menu{
        padding-top:0;
    }
    #access .sub-menu li:first-child{
        border-top:1px solid #8e8e8e;        
    }
    div#access ul ul li{
        height:44px;
    }
    div#access ul ul li,
    div#access ul ul a{
        line-height: 44px;
    }
    div.header_menu{
        background:#484848;
        position: static;
    }
    div.header_menu .list1,
    div.header_menu .list2{
        padding-top:10px;
    }
    div.header_menu .list1{
        padding-left:10px;
    }
    .NavFirst{
        padding-left:10px;
    }
    .NavSecond{
        padding-left:20px;
    }
    .LineBottom{
        border-bottom:1px solid #8e8e8e;
    }
    .LineImg{
        background:url(images/golf/bg_grayline.png) no-repeat 0 0;
    }
    
    /*
    -------------------------
        [4]Contents
    -------------------------
    */
    /*
    ++++++++++++++++++++++
        1)Common
    ++++++++++++++++++++++
    */
    img{
        max-width:100%;
        height: auto;
    }
    li a{
        display: block;
    }
    .breadcrumbs{
        width:92%;
        margin:0 auto 20px;
    }
    .widget-title{
        background-color:#000;
        width:100%; 
    }
    #primary #mark_info h3 a,
    #primary #mark_info h3 a:hover{
        background-image:none;
        background-color:#000;
        width:auto;
        padding-left:10px;
        color:#fff;
        text-indent:0;
        text-align:left;
        text-decoration: none;
        line-height: 36px;
    }
    #primary #mark_info li,
    #primary #kiru_info li,
    #primary #atoz_info li{
        border-right:5px solid #fff;  
    }
    #primary #mark_info li a,
    #primary #kiru_info li a,
    #primary #atoz_info li a,
    #primary #mark_info ul ul li a,
    #primary #kiru_info ul ul li a,
    #primary #atoz_info ul ul li a{
        width:100%;
        margin:0 auto;
        text-align: left;
        box-sizing: border-box;
    }
    .widget-area ul{
        margin:0 5px   
    }
    .widget-container{
        margin-left:auto;
        margin-right:auto;
        text-align: center;
    }
    .FbContents{
        width:262px;
    }
    a#to-top{
        margin-bottom:10px;   
    }
    /*
    ++++++++++++++++++++++
        2)Other
    ++++++++++++++++++++++
    */
    .page-id-8 #content h1.entry-title,
    .page-id-13 #content h1.entry-title,
    .page-id-18 #content h1.entry-title,
    .page-id-1328 #content h1.entry-title,
    .page-id-3232 #content h1.entry-title,
    .page-id-3232 #content h2.charge,
    .page-id-3232 #content h2.free{
        width:100%;
        height:100%;  
    }
    .page-id-23 #content h1.entry-title,
    .page-id-1300 #content h1.entry-title,
    .page-id-1302 #content h1.entry-title,
    .page-id-1798 #content h1.entry-title,
    .page-id-2695 #content h1.entry-title{
        width:100%;
        overflow: hidden;
    }
    .page-id-8 #content .text,
    .page-id-13 #content .text,
    .page-id-18 #content .maintext{
        margin-bottom:15px;
        position:static;
        top:0;
        left:0;
    }
    .page-id-8 #content .main_text img{
        width:50%;
        height:auto;
    }
    .page-id-13 #content ul{
        float:none;
        width:100%;
        margin-left:110px;
    }
    .page-id-14 #content .list ul,
    .page-id-18 #content .list ul{
        margin-left:110px;   
    }
    .page-id-16 #content .tyousa_img{
        width:50%;
        height:auto;
    }
    .page-id-16 #content h2{
        margin-top:15px;
    }
    .page-id-16 #Cat-Post-List li{
        clear:both;   
    }
    .page-id-18 #content .list li{
        width:100%;
        float:none;
    }
    .page-id-21 #content,
    .page-id-23 #content,
    .page-id-1804 #content,
    .page-id-3232 #content{
        margin-bottom:30px;   
    }
    .page-id-23 #content .text{
        margin-top:0;   
    }
    .page-id-3232 #content p img.alignleft{
        width:100px;
        height:auto;
    }
    .page-id-3232 #content div.mail_ex{
        width: auto;
        margin-top: 10px;
    }
    /*
    ++++++++++++++++++++++
        3)Table
    ++++++++++++++++++++++
    */
    #content table{
        margin-right:0;
    }
    .page-id-21 #content table,
    .page-id-1804 #content table{
        margin-top:0;   
    }
    .page-id-21 #content table tr,
    .page-id-1798 #content table tr,
    .page-id-1804 #content table tr{
        border-bottom:none;
        display:block;
        margin-bottom:15px;
    }
    .page-id-21 #content table tr th,
    .page-id-1798 #content table tr th,
    .page-id-1804 #content table tr th,
    .page-id-21 #content table tr td,
    .page-id-1798 #content table tr td,
    .page-id-1804 #content table tr td{
        display:list-item;
        list-style: none;
    }
    .page-id-21 #content table tr th,
    .page-id-1798 #content table tr th,
    .page-id-1804 #content table tr th{
        margin-bottom:5px;   
    }
    /*
    ++++++++++++++++++++++
        4)Home
    ++++++++++++++++++++++
    */
    .home #content{
        width:auto;
    }
    .home #content .youtube_title{
        background: url(images/golf/youtube_title_sp.png) no-repeat 0 0;
        width:95%;
        height:55px;
    }
    .home #content .youtube_title a{
        display:block;
        width:95%;
        height:55px;
    }
    .home #content .youtube{
        width:auto;
        float:none;
    }
    .home #content .youtube .youtube_main{
        width:auto;
    }
    .home #content .youtube .youtube_main a{
        width:95%;
        margin:0 auto;
    }
    .home #content .youtube .youtube_main .wp-post-image{
        width:100%;
        margin-left:0;   
    }
    .home #content .youtube .youtube_main a img.top_play_btn{
        width:60px;
        height:auto;
        top:42%;
        left:42%;
    }
    .home #content .youtube2 .sub_play_btn_wrap{
        width:60px;
        height:auto;
        top:50%;
        left:50%;
        display: block;
        position: absolute;
    }
    .home #content .youtube2 .sub_play_btn{
    	margin-top: -20px;
    	margin-left: -30px;
    	position: relative !important;
    	top: 0 !important;
    	left: 0 !important;
    }

    .home #content .youtube .youtube_text{
        height:100%;
        margin-left:10px;
        margin-right:10px;
    }
    .home #content .youtube2{
        padding:0px 0 0 10px;
    }
    .home #content .youtube2 .wrap{
		width: 50%;
		height: auto;
		float: left;
		position: relative;
    }
    .home #content .youtube2 .wrap .wp-post-image{
    	width: 100%;
    	height: auto;
    }
    .home #content .youtube a {
    	position: relative;
    	display: block;
    	margin-top: 0;
    }
    .home #content .youtube .youtube_sub1,
    .home #content .youtube .youtube_sub2,
    .home #content .youtube .youtube_sub3{
        float:none;
        width:auto;
        margin-right:10px;
        margin-bottom:10px;
        *zoom: 1;
    }
    .home #content .youtube .youtube_sub1:before,
    .home #content .youtube .youtube_sub2:before,
    .home #content .youtube .youtube_sub3:before,
    .home #content .youtube .youtube_sub1:after,
    .home #content .youtube .youtube_sub2:after,
    .home #content .youtube .youtube_sub3:after{
	    content: " ";
	    display: table;
    }
    .home #content .youtube .youtube_sub1:after,
    .home #content .youtube .youtube_sub2:after,
    .home #content .youtube .youtube_sub3:after{
		clear: both;
    }
    .home #content .youtube .youtube_sub2{
        margin-left:0;
    }
    .home #content .youtube .youtube_sub1 a,
    .home #content .youtube .youtube_sub2 a,
    .home #content .youtube .youtube_sub3 a{
        width:auto;
        height:auto;
    }
    .home #content .youtube .youtube_sub1 p,
    .home #content .youtube .youtube_sub2 p,
    .home #content .youtube .youtube_sub3 p{
    		width: 41%;
    		float: right;
    		margin: 0;
        background-position: 0 0px;  
        padding-left: 20px; 
    }
    .home #content .movie_link{
        float:none;
        text-align:right;
        margin-right:10px;
        margin-bottom:20px;
    }
    .home .blog_info{
        float:none;
        width:90%;
        margin:0 auto;
    }
    .home .blog_info .event{
        text-align: center;   
    }
    .home .blog_info h2{
        width:100%;
        height:auto;
    }
    .home .blog_info h2 a img{
        width:100%;
    }
    .home .blog_info .blog_link{
        float:right;
        margin-left:0;
    }
    .home .blog_info .mailbtn1{
        margin:10px auto 5px;
        display:block;
    }
    .home .mail_magagine{
        margin-bottom:25px;
    }
    .home #content div.blockclear{
        width:90%;
        margin:0 auto 20px;
    }
    .home #content .block{
        float:none;
        width:100%;
    }
    .home #content .block:nth-child(2),
    .home #content .block:nth-child(5){
        margin:0;   
    }
    .home #content .block .link_list1,
    .home #content .block .link_list2,
    .home #content .block .link_list3,
    .home #content .block .link_list4,
    .home #content .block .link_list5,
    .home #content .block .link_list6{
        background-position: 95% 50%;
        width:100%;
        font-size:1.3rem;
        text-align: left;
    }
    .home #content .block img{
        margin-right:0;
    }
    .home #content .block h3.cat_title a{
        white-space: normal;   
    }
    .home #content .cat_block{
        text-align: center;   
    }
    .home #content .block div.text{
        text-align: left;
    }
    .home #content .facebook,
    .home #content .twitter{
        float:none;
        width:90%;
        margin: 0 auto;
    }
    .home #content .twitter{
        margin-top:20px;   
    }
    .home #content a#to-top{
        margin-right:10px;
    }
    
    /*
    -------------------------
        [5]Footer
    -------------------------
    */
    #footer .footer_info,
    #footer .footerlist{
        width:90%;    
    }
    #footer .footerlist{
        padding-top:0;
        padding-bottom:10px;
    }
    #footer .footer1_wid,
    #footer .footer2_wid,
    #footer .footer3_wid,
    #footer .footer4_wid,
    #footer .footer5_wid{
        float:none;
        width:auto;
        margin:0;
    }
    #footer .footer1_wid li,
    #footer .footer2_wid li,
    #footer .footer3_wid li,
    #footer .footer4_wid li,
    #footer .footer5_wid li{
    	background-position: 0 8px;
    }
    #footer .footerlist ul.menu li{
        height:100%;
        padding-top:5px;
        padding-bottom:5px;
    }
    #footer ul.footernavi{
        width:90%;
        text-align:center;
    }
    #footer li{
        padding:5px 0;
        display:block;
    }
    .post-categories li {margin-bottom: 10px;}
    #footer .toTop{
    	display: block;
    	text-align: right;
    	padding: 10px;
    }
}

@media screen and (max-width:320px){
    /*
    -------------------------
        [4]Contents
    -------------------------
    */
    /*
    ++++++++++++++++++++++
        2)Other
    ++++++++++++++++++++++
    */
    .page-id-2695 #content h1.entry-title{
        background:url(images/golf/setting_title320.png) no-repeat 0 0;
        background-size:300px;
    }
    /*
    ++++++++++++++++++++++
        4)Home
    ++++++++++++++++++++++
    */
    .home #content .youtube_title{
        background-size:310px;
        height:50px;
    }
    .home #content .Recommend{
        background:url(images/golf/reco_title320.png) no-repeat 0 0;
        width:100%;
        height:57px;
    }
}
