<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: mashupgolf NEW
Version: 1.1
*/

/* reset.css */
html {
    overflow-y:scroll;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,pre,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0px;
}
caption,th {
    text-align:left;
}
form label {
    cursor:pointer;
}
form button {
    cursor:pointer;
}
fieldset {
    border:0;
}
img {
    border:0;
    vertical-align:bottom;
}
a {outline:0;}
a:hover {cursor:pointer !important;}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* HTML5 */

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

/* fontstyle */
body {
    font-family:"Meiryo","メイリオ","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic","Arial",sans-serif;
    /*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:1.5;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

/* list */
ol,ul,li {
    list-style:none;
}
ul.ullist{
    padding-left:2em;
}
ul.ullist li{
    list-style-type:disc;
}
ol.ollist{
    padding-left:2em;
}
ol.ollist li{
    list-style-type:decimal;
}

/* clearfix */
span.clearfix {display:block;}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    overflow:hidden;
}
/* hides from ie-mac \*/
* html .clearfix{
    height:1%;
    overflow:visible;
}
/* end hide from ie-mac */

/*  clearfix
----------------------------------------------------*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clearfix {overflow:hidden;} /* Dw表示用 */

/*  HTML
----------------------------------------------------*/

/* ========BASIC======== */
* {
	margin			:0;
	padding			:0;
}

body {
	font-family		:"メイリオ", Meiryo,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
	color			:#333;
	line-height		:1.6;
/*	letter-spacing	:1px; */
}

br {
	letter-spacing	: 0;
}

img {
   border			:0;
   vertical-align	:bottom;
}

a {
    color: #0000ff;
}
a:visited {
    color: #0000ff;
}
a:hover {
    color: #0000ff;
}

.center {
	text-align: center;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.bold {
	font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* Aligning */
.alignleft  {
    float: left;
    margin-right: 5px;
}
.alignright  {
    float: right;
    margin-left: 5px;
}
.aligncenter  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
</pre></body></html>